mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-24 09:14:17 +00:00
blackbox logging for biohazards (#23309)
* blackbox logging for biohazards * guh it warned for the others but not this one * Update code/__DEFINES/misc_defines.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> * define / lewc --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -406,6 +406,7 @@ GLOBAL_VAR_INIT(nologevent, 0)
|
||||
message_admins("[key_name_admin(usr)] has admin ended the round with message: '[input]'")
|
||||
log_admin("[key_name(usr)] has admin ended the round with message: '[input]'")
|
||||
SSticker.force_ending = TRUE
|
||||
SSticker.event_blackbox(outcome = ROUND_END_FORCED)
|
||||
to_chat(world, "<span class='warning'><big><b>[input]</b></big></span>")
|
||||
SSblackbox.record_feedback("tally", "admin_verb", 1, "End Round") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
SSticker.mode_result = "admin ended"
|
||||
|
||||
Reference in New Issue
Block a user