Skip to content

Commit

Permalink
[MIRROR] Fixed runtimes when cliff turfs are destroyed [MDB IGNORE] (#…
Browse files Browse the repository at this point in the history
…241)

* Fixed runtimes when cliff turfs are destroyed (#79150)
---------

Co-authored-by: Ghom <[email protected]>
  • Loading branch information
Steals-The-PRs and Ghommie authored Oct 23, 2023
1 parent 63827e1 commit 457a8d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/turfs/open/cliff.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
SET_PLANE(underlay, underlay_plane || plane, src)
underlays += underlay

/turf/open/cliff/Destroy(force)
UnregisterSignal(src, COMSIG_TURF_MOVABLE_THROW_LANDED)
return ..()

/turf/open/cliff/CanPass(atom/movable/mover, border_dir)
..()

Expand Down

0 comments on commit 457a8d3

Please sign in to comment.