Goonchem: Heparin Rework

This commit is contained in:
Fox McCloud
2020-02-24 18:29:08 -05:00
parent 46ccd11302
commit 9d9d6a8666
9 changed files with 58 additions and 36 deletions
+2 -2
View File
@@ -80,8 +80,8 @@
spread_text = "The patient is having a cardiac emergency"
max_stages = 3
spread_flags = SPECIAL
cure_text = "Atropine or Epinephrine"
cures = list("atropine", "epinephrine")
cure_text = "Atropine, Epinephrine, or Heparin"
cures = list("atropine", "epinephrine", "heparin")
cure_chance = 10
needs_all_cures = FALSE
viable_mobtypes = list(/mob/living/carbon/human)