mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Openturf tweaks & SSmob sleep detection (#2341)
changes: Openturfs no longer copy the below turf's name. Openturfs' desc now lists the name of the below turf instead of copying the below turf's desc. SSmob now detects sleeping Life() procs.
This commit is contained in:
@@ -18,11 +18,7 @@
|
||||
|
||||
/atom/movable/Destroy()
|
||||
. = ..()
|
||||
if (bound_overlay)
|
||||
if (istype(bound_overlay.loc, /turf/simulated/open))
|
||||
bound_overlay.loc:update_icon()
|
||||
|
||||
QDEL_NULL(bound_overlay)
|
||||
QDEL_NULL(bound_overlay)
|
||||
|
||||
/atom/movable/Move()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user