Head pikes now drop their mounted heads upon destruction (#70720)

* wow this doesnt look right

* better idea
This commit is contained in:
Rhials
2022-10-23 00:43:16 -04:00
committed by GitHub
parent bad08cd926
commit 6a447bc3a0
+3 -3
View File
@@ -63,11 +63,11 @@
return ..()
/obj/structure/headpike/deconstruct(disassembled)
if(!disassembled)
return ..()
if(victim)
if(victim) //Make sure the head always comes off
victim.forceMove(drop_location())
victim = null
if(!disassembled)
return ..()
if(spear)
spear.forceMove(drop_location())
spear = null