mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user