Merge pull request #16848 from Kashargul/stop-double-logging

cleans up some logging
This commit is contained in:
Cameron Lennox
2025-01-11 15:20:07 -05:00
committed by GitHub
30 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ var/global/list/tele_landmarks = list() // Terrible, but the alternative is loop
/obj/effect/step_trigger/death/Trigger(var/atom/movable/A)
if(isliving(A))
to_chat(A, span_danger("[deathmessage]"))
log_and_message_admins("[A] [deathalert]")
log_and_message_admins("[deathalert]", A)
qdel(A)
/obj/effect/step_trigger/death/train_lost