Adds in Ether

This commit is contained in:
Fox-McCloud
2015-06-28 20:39:26 -04:00
parent 2a34b600a9
commit a89ddd5a7d
17 changed files with 60 additions and 20 deletions
+2 -1
View File
@@ -450,7 +450,8 @@
"slimejelly",
"cyanide",
"lsd",
"morphine"
"morphine",
"ether"
)
for(var/x=1;x<=additional_chems;x++)
+2 -2
View File
@@ -499,7 +499,7 @@
seed_name = "liberty cap"
display_name = "liberty cap mushrooms"
mutants = null
chems = list("plantmatter" = list(1), "morphine" = list(3,3), "space_drugs" = list(1,25))
chems = list("plantmatter" = list(1), "ether" = list(3,3), "space_drugs" = list(1,25))
kitchen_tag = "libertycap"
/datum/seed/mushroom/hallucinogenic/strong/New()
@@ -1190,7 +1190,7 @@
name = "gelthi"
seed_name = "gelthi"
display_name = "gelthi plant"
chems = list("morphine" = list(1,5),"capsaicin" = list(1,5),"plantmatter" = list(1,5))
chems = list("ether" = list(1,5),"capsaicin" = list(1,5),"plantmatter" = list(1,5))
/datum/seed/gelthi/New()
..()