Implement lattice cutting (#10920)

* Add lattice cutting

* Add delay when spacing the floor.

* Add LatticeCutting to jaws of life

* Add warning

* Minor fixes

* Add atmos decompression delay

* Add CanWirecutter and lattice item drops

* Remove atmos check

* Prevent tile replacement edge case
This commit is contained in:
Jacob Tong
2022-08-31 01:24:51 -07:00
committed by GitHub
parent c26074e978
commit 61d975644a
9 changed files with 187 additions and 13 deletions

View File

@@ -36,6 +36,8 @@ namespace Content.Shared.Maps
[DataField("canCrowbar")] public bool CanCrowbar { get; private set; }
[DataField("canWirecutter")] public bool CanWirecutter { get; private set; }
/// <summary>
/// These play when the mob has shoes on.
/// </summary>