Fix - Toy Griefsky doesn't spam admins with its attacks (#16924)

* The toy version doesn't spam admins

* That is simpler
This commit is contained in:
Vi3trice
2021-10-13 18:54:26 +01:00
committed by GitHub
parent e9f6b56e94
commit 7968046b72
@@ -92,7 +92,8 @@
C.apply_damage(dmg, BRUTE)
if(prob(stun_chance))
C.Weaken(5)
add_attack_logs(src, C, "sliced")
if(dmg)
add_attack_logs(src, C, "sliced")
if(declare_arrests)
var/area/location = get_area(src)
if(!spam_flag)