Nerfs Neuro-Toxin

This commit is contained in:
Fox-McCloud
2017-03-27 04:53:48 -04:00
parent d0d61755bc
commit 2c54fa7406
@@ -819,10 +819,11 @@
drink_desc = "A drink that is guaranteed to knock you silly."
/datum/reagent/consumable/ethanol/neurotoxin/on_mob_life(mob/living/M)
M.Weaken(3)
if(current_cycle >=55)
if(current_cycle >= 13)
M.Weaken(3)
if(current_cycle >= 55)
M.Druggy(55)
if(current_cycle >=200)
if(current_cycle >= 200)
M.adjustToxLoss(2)
..()