([\W\.])Knockdown\(
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user