Don't spam admin logs please

This commit is contained in:
BlackMajor
2023-02-25 14:52:23 +13:00
committed by GitHub
parent b0c7f77383
commit ef046afc8d

View File

@@ -11,10 +11,10 @@
/obj/item/projectile/energy/fireball/on_hit(var/atom/target, var/blocked = 0)
new /obj/effect/explosion(get_turf(target))
explosion(target, -1, 0, 2)
explosion(target, -1, 0, 2, 0, 0) //CHOMPEdit - Don't spam admins
..()
/obj/item/projectile/energy/fireball/on_impact(var/atom/target)
new /obj/effect/explosion(get_turf(target))
explosion(target, -1, 0, 2)
explosion(target, -1, 0, 2, 0, 0) //CHOMPEdit - Don't spam admins
..()