mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
-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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user