Fixes Spontaneous Brain Trauma runtimes

🆑 coiax
fix: The Spontaneous Brain Trauma event now has a range of possible severities,
and no longer runtimes.
/🆑

In addition, I changed the description/names of some pills to make them more
accurate, and added some neurine pills, because I needed them for testing.

With thanks to @oranges for spotting the runtime in the first place.
This commit is contained in:
Jack Edge
2019-01-02 23:25:33 +00:00
parent 28f934d073
commit c70aeb8dc9
3 changed files with 24 additions and 7 deletions
@@ -160,10 +160,11 @@
/obj/item/reagent_containers/pill/psicodine
name = "psicodine pill"
desc = "Used to treat mental instability and traumas."
desc = "Used to treat mental instability and phobias."
list_reagents = list("psicodine" = 10)
icon_state = "pill22"
roundstart = TRUE
/obj/item/reagent_containers/pill/penacid
name = "pentetic acid pill"
desc = "Used to expunge radioation and toxins."
@@ -203,6 +204,13 @@
icon_state = "pill_happy"
list_reagents = list("happiness" = 10)
/obj/item/reagent_containers/pill/neurine
name = "neurine pill"
desc = "Used to treat non-severe mental traumas."
list_reagents = list("neurine" = 10)
icon_state = "pill22"
roundstart = TRUE
/obj/item/reagent_containers/pill/floorpill
name = "floorpill"