Merge pull request #7868 from Citadel-Station-13/kevinz000-patch-4
fixes neurotoxin properly
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
nodamage = TRUE
|
||||
else if(isliving(target))
|
||||
var/mob/living/L = target
|
||||
L.Knockdown(100, override_hardstun = 30, override_stamdmg = 25)
|
||||
L.Knockdown(100, TRUE, FALSE, 30, 25)
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user