Merge pull request #13027 from Fox-McCloud/goonchem-heparin

Goonchem: Heparin Rework
This commit is contained in:
variableundefined
2020-03-14 23:53:42 -04:00
committed by GitHub
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)