mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 11:35:19 +01:00
toxins.dm
This commit is contained in:
@@ -3,7 +3,7 @@ GLOBAL_LIST_EMPTY(archive_diseases)
|
||||
GLOBAL_LIST_INIT(advance_cures, list(
|
||||
REAGENT_ID_SODIUMCHLORIDE, REAGENT_ID_SUGAR, "orangejuice",
|
||||
"spaceacillin", "glucose", REAGENT_ID_ETHANOL,
|
||||
"leporazine", "impedrezene", "hepanephrodaxon",
|
||||
"leporazine", REAGENT_ID_IMPEDREZENE, "hepanephrodaxon",
|
||||
REAGENT_ID_SILVER, REAGENT_ID_GOLD
|
||||
))
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
spread_text = "Non-Contagious"
|
||||
spread_flags = NON_CONTAGIOUS
|
||||
cure_text = "Sleep"
|
||||
agent = "Salmonella"
|
||||
agent = REAGENT_SALMONELLA
|
||||
cures = list(REAGENT_ID_CHICKENSOUP)
|
||||
cure_chance = 10
|
||||
viable_mobtypes = list(/mob/living/carbon/human)
|
||||
|
||||
Reference in New Issue
Block a user