mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Head pikes now drop their mounted heads upon destruction (#70720)
* wow this doesnt look right * better idea
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user