mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Don't spam admin logs please
This commit is contained in:
@@ -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
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user