mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #4686 from VictorZisthus/adminlog-spam
Mutes some adminlog spam
This commit is contained in:
@@ -512,7 +512,7 @@
|
|||||||
var/obj/item/projectile/new_projectile = make_projectile(spell_projectile, user)
|
var/obj/item/projectile/new_projectile = make_projectile(spell_projectile, user)
|
||||||
new_projectile.old_style_target(hit_atom)
|
new_projectile.old_style_target(hit_atom)
|
||||||
new_projectile.fire()
|
new_projectile.fire()
|
||||||
log_and_message_admins("has casted [src] at \the [hit_atom].")
|
log_attack("has casted [src] at \the [hit_atom].")//CHOMPEdit from log_and_message_admins
|
||||||
if(fire_sound)
|
if(fire_sound)
|
||||||
playsound(src, fire_sound, 75, 1)
|
playsound(src, fire_sound, 75, 1)
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
@@ -128,7 +128,7 @@
|
|||||||
trashman.reset_view(src)
|
trashman.reset_view(src)
|
||||||
START_PROCESSING(SSobj, src)
|
START_PROCESSING(SSobj, src)
|
||||||
user.visible_message("<span class='warning'>[hound.name]'s [src.name] groans lightly as [trashman] slips inside.</span>", "<span class='notice'>Your [src.name] groans lightly as [trashman] slips inside.</span>")
|
user.visible_message("<span class='warning'>[hound.name]'s [src.name] groans lightly as [trashman] slips inside.</span>", "<span class='notice'>Your [src.name] groans lightly as [trashman] slips inside.</span>")
|
||||||
message_admins("[key_name(hound)] has eaten [key_name(patient)] as a dogborg. ([hound ? "<a href='?_src_=holder;adminplayerobservecoodjump=1;X=[hound.x];Y=[hound.y];Z=[hound.z]'>JMP</a>" : "null"])")
|
log_attack("[key_name(hound)] has eaten [key_name(patient)] as a dogborg. ([hound ? "<a href='?_src_=holder;adminplayerobservecoodjump=1;X=[hound.x];Y=[hound.y];Z=[hound.z]'>JMP</a>" : "null"])")//CHOMPEdit from message_admins
|
||||||
playsound(src, gulpsound, vol = 100, vary = 1, falloff = 0.1, preference = /datum/client_preference/eating_noises)
|
playsound(src, gulpsound, vol = 100, vary = 1, falloff = 0.1, preference = /datum/client_preference/eating_noises)
|
||||||
if(delivery)
|
if(delivery)
|
||||||
if(islist(deliverylists[delivery_tag]))
|
if(islist(deliverylists[delivery_tag]))
|
||||||
|
|||||||
Reference in New Issue
Block a user