Merge pull request #23214 from KorPhaeron/megafauna

Megafauna won't heal while on station
This commit is contained in:
Joan Lung
2017-01-24 10:23:04 -05:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
@@ -732,6 +732,10 @@
user << "[choice] is already dead!"
used = FALSE
return
if(choice == user)
user << "You feel like writing your own name into a cursed death warrant would be unwise."
used = FALSE
return
else
var/mob/living/L = choice