mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Nerfs Neuro-Toxin
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user