Merge pull request #10701 from Ghommie/Ghommie-cit527

Ported further runtime fixes by AnturK.
This commit is contained in:
kevinz000
2020-01-28 17:57:26 -07:00
committed by GitHub
13 changed files with 35 additions and 18 deletions
+3 -2
View File
@@ -42,8 +42,9 @@
if(.)
return
to_chat(user, "<span class='notice'>You take down [src].</span>")
victim.forceMove(drop_location())
victim = null
if(victim)
victim.forceMove(drop_location())
victim = null
spear.forceMove(drop_location())
spear = null
qdel(src)