mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Consolidates some /Destroy()s to make them properly delete (#17046)
* The mob/living/Destroy() consolidation * The mob/Destroy() consolidation * The /mob/living/carbon/human consolidation * The datum/Destroy() Consolidation * The /atom/movable/Destroy() Consolidation * for human
This commit is contained in:
@@ -35,13 +35,6 @@
|
||||
stop_aiming(no_message=1)
|
||||
..()
|
||||
|
||||
/mob/living/Destroy()
|
||||
if(aiming)
|
||||
qdel(aiming)
|
||||
aiming = null
|
||||
aimed.Cut()
|
||||
return ..()
|
||||
|
||||
/turf/Enter(var/mob/living/mover)
|
||||
. = ..()
|
||||
if(istype(mover))
|
||||
|
||||
Reference in New Issue
Block a user