mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
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:
@@ -297,9 +297,17 @@
|
||||
new /obj/item/reagent_containers/pill/happiness(src)
|
||||
|
||||
/obj/item/storage/pill_bottle/penacid
|
||||
name = "bottle of pentetic acid"
|
||||
name = "bottle of pentetic acid pills"
|
||||
desc = "Contains pills to expunge radioation and toxins"
|
||||
|
||||
/obj/item/storage/pill_bottle/penacid/PopulateContents()
|
||||
for(var/i in 1 to 3)
|
||||
new /obj/item/reagent_containers/pill/penacid(src)
|
||||
|
||||
/obj/item/storage/pill_bottle/neurine
|
||||
name = "bottle of neurine pills"
|
||||
desc = "Contains pills to treat non-severe mental traumas."
|
||||
|
||||
/obj/item/storage/pill_bottle/neurine/PopulateContents()
|
||||
for(var/i in 1 to 5)
|
||||
new /obj/item/reagent_containers/pill/neurine(src)
|
||||
|
||||
Reference in New Issue
Block a user