Modifies some reagents(Gets rid of the stims in tinlux), adds bio bag to mining lockers, comments out prepare code, allows bio bags to be stored in belts. Allows for shaving mushrooms to spawn.

This commit is contained in:
TechnoAlchemist
2016-09-30 12:47:11 -07:00
parent 7a87e03263
commit 85b9baff24
6 changed files with 23 additions and 20 deletions
@@ -487,13 +487,11 @@
description = "A stimulating ichor which can make the user resistant to being subued. "
color = "#b5a213"
/datum/reagent/consumable/tinlux/on_mob_life(mob/living/M)
M.AdjustParalysis(-1, 0)
M.AdjustStunned(-1, 0)
M.AdjustWeakened(-1, 0)
M.adjustStaminaLoss(-2*REM, 0)
..()
. = 1
/datum/reagent/consumable/tinlux/reaction_mob(mob/living/M)
M.AddLuminosity(2)
/datum/reagent/consumable/tinlux/on_mob_delete(mob/living/M)
M.AddLuminosity(-2)
/datum/reagent/consumable/vitfro
name = "Vitrium Froth"