([\W\.])Knockdown\(

This commit is contained in:
kevinz000
2020-01-06 03:39:20 -08:00
parent 1f2597784f
commit 7378d91684
157 changed files with 262 additions and 262 deletions
@@ -116,4 +116,4 @@
host_mob.drop_all_held_items()
else if(prob(4))
to_chat(host_mob, "<span class='warning'>You can't feel your legs!</span>")
host_mob.Knockdown(30)
host_mob.DefaultCombatKnockdown(30)
@@ -55,7 +55,7 @@
if(!..())
return
playsound(host_mob, "sparks", 75, 1, -1)
host_mob.Knockdown(80)
host_mob.DefaultCombatKnockdown(80)
/datum/nanite_program/pacifying
name = "Pacification"