Removes forcesay on attack (#52341)

This commit is contained in:
skoglol
2020-07-22 04:30:30 -04:00
committed by SkyratBot
parent 15475c6163
commit f5cd45f7f7
9 changed files with 9 additions and 52 deletions
-3
View File
@@ -45,10 +45,7 @@
to_chat(A, "<span class='danger'>You knock [D] out with a haymaker!</span>")
D.apply_effect(200,EFFECT_KNOCKDOWN,armor_block)
D.SetSleeping(100)
D.forcesay(GLOB.hit_appends)
log_combat(A, D, "knocked out (boxing) ")
else if(!(D.mobility_flags & MOBILITY_STAND))
D.forcesay(GLOB.hit_appends)
return 1
/obj/item/clothing/gloves/boxing