Skip to content

Commit

Permalink
Update attack.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint authored Jan 14, 2024
1 parent cb851c3 commit 582cd05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/__HELPERS/~monkestation-helpers/logging/attack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@

GLOB.bombers += bomb_message

add_event_to_buffer(user, target, data = bomb_message, log_key = "BOMB")
if(message_admins)
message_admins("[user ? "[ADMIN_LOOKUPFLW(user)][HAS_TRAIT(user, TRAIT_PACIFISM) ? " (pacifist)" : ""] at [ADMIN_VERBOSEJMP(user)] " : ""][details][bomb ? " [bomb.name] at [ADMIN_VERBOSEJMP(bomb)]": ""][target ? " on [target.name] at [ADMIN_VERBOSEJMP(target)]" : ""][additional_details ? " [additional_details]" : ""].")

0 comments on commit 582cd05

Please sign in to comment.