cleans up atom/movable/Destroy + adds walk(src, 0)

This commit is contained in:
spookerton
2022-03-30 15:04:11 +01:00
parent 21ee12ae4b
commit 5212706f3d
9 changed files with 16 additions and 37 deletions
@@ -93,10 +93,6 @@
else if(M.ear_damage >= 5)
to_chat(M, "<span class='danger'>Your ears start to ring!</span>")
/obj/item/weapon/grenade/flashbang/Destroy()
walk(src, 0) // Because we might have called walk_away, we must stop the walk loop or BYOND keeps an internal reference to us forever.
return ..()
/obj/item/weapon/grenade/flashbang/clusterbang//Created by Polymorph, fixed by Sieve
desc = "Use of this weapon may constiute a war crime in your area, consult your local Site Manager."