Merge pull request #10849 from Ghommie/Ghommie-cit547

Removing a troublesome argument from organ/Remove() in favor or using the 'owner' variable
This commit is contained in:
kevinz000
2020-02-04 03:39:14 -07:00
committed by GitHub
55 changed files with 203 additions and 193 deletions
@@ -67,7 +67,7 @@ Bonus
eyes.applyOrganDamage(eyes.maxHealth)
else
M.visible_message("<span class='warning'>[M]'s eyes fall off their sockets!</span>", "<span class='userdanger'>Your eyes fall off their sockets!</span>")
eyes.Remove(M)
eyes.Remove()
eyes.forceMove(get_turf(M))
else
to_chat(M, "<span class='userdanger'>Your eyes burn horrifically!</span>")