Improves zombies, the gimped threat

Makes zombies take no stamina damage due to being a reanimated corpse, makes zombies not enter softcrit (but still hardcrit for the fake death thing), gives the romerol kit a guide on proper usage of the chem.
This commit is contained in:
Dan-Neposh
2020-08-06 22:43:15 -04:00
parent 71783cf760
commit 9e62c7b7c3
3 changed files with 15 additions and 2 deletions
+11
View File
@@ -81,3 +81,14 @@
user.updatehealth()
user.adjustOrganLoss(ORGAN_SLOT_BRAIN, -hp_gained) // Zom Bee gibbers "BRAAAAISNSs!1!"
user.adjust_nutrition(hp_gained, NUTRITION_LEVEL_FULL)
/obj/item/paper/guides/antag/romerol_instructions
info = "How to do necromancy with chemicals:<br>\
<ul>\
<li>Use a dropper or syringe (provided) to inject the Romerol (provided) into a target (not provided)</li>\
<li>Wait for said target to die, or speed the process up by doing it yourself</li>\
<li>Run away from the target, as they will be hostile when rising back up</li>\
<li>Optionally: Inject chemical into foods and drinks to further spread possible infection</li>\
<li>???</li>\
<li>Complete assigned objectives amidst the chaos</li>\
</ul>"