Update neurotoxin.dm

This commit is contained in:
kevinz000
2018-12-24 01:52:08 -08:00
committed by GitHub
parent f50b839c25
commit 96b4171044
@@ -10,5 +10,5 @@
nodamage = TRUE
else if(isliving(target))
var/mob/living/L = target
L.Knockdown(100, override_duration = 30, override_stam = 25)
L.Knockdown(100, override_hardstun = 30, override_stamdmg = 25)
return ..()