-Added a new mushroom, the space shroom! (Original Title Do Not Steal) It has relaxing properties with a small amount of space drugs and sleeping toxin. I added this to allow the cutlery jobs (Chef & Bartender) a secondary access to anaesthetics; instead of having to ask Chemistry all the god damn time.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4183 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-07-26 13:34:50 +00:00
parent c930622bea
commit ec8a7d7bcb
8 changed files with 50 additions and 3 deletions
+3 -1
View File
@@ -194,7 +194,9 @@ obj/machinery/hydroponics/proc/weedinvasion() // If a weed growth is sufficient,
src.dead = 0
if(src.myseed) // In case there's nothing in the tray beforehand
del(src.myseed)
switch(rand(1,15)) // randomly pick predominative weed
switch(rand(1,18)) // randomly pick predominative weed
if(16 to 18)
src.myseed = new /obj/item/seeds/spaceshroommycelium
if(14 to 15)
src.myseed = new /obj/item/seeds/nettleseed
if(12 to 13)