Merge pull request #6957 from Fox-McCloud/neurotoxin-nerf

Nerfs Neuro-Toxin
This commit is contained in:
Crazy Lemon
2017-05-17 14:45:40 -07:00
committed by GitHub
@@ -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)
..()