Merge pull request #9427 from Ghommie/Ghommie-cit219

Skeleton and zombie tweaks/balance (featuring "makes halloween skeletons not the overpowered pirate ones")
This commit is contained in:
kevinz000
2019-10-08 00:34:33 -07:00
committed by GitHub
5 changed files with 21 additions and 11 deletions
@@ -198,7 +198,7 @@
to_chat(user, "<span class='warning'>This artifact can only affect three undead at a time!</span>")
return
M.set_species(/datum/species/skeleton, icon_update=0)
M.set_species(/datum/species/skeleton/space, icon_update=0)
M.revive(full_heal = 1, admin_revive = 1)
spooky_scaries |= M
to_chat(M, "<span class='userdanger'>You have been revived by </span><B>[user.real_name]!</B>")