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
+1 -1
View File
@@ -58,7 +58,7 @@
//*******************************//
var/list/fruit_icon_states = list("badrecipe","kudzupod","reishi","lime","grapes","boiledrorocore","chocolateegg")
var/list/reagent_effects = list("toxin","charcoal","morphine","space_drugs","lsd","haloperidol")
var/list/reagent_effects = list("toxin","charcoal","ether","space_drugs","lsd","haloperidol")
var/jungle_plants_init = 0
/proc/init_jungle_plants()