Skip to content

Commit

Permalink
admin verb added
Browse files Browse the repository at this point in the history
  • Loading branch information
Iajret committed Apr 16, 2024
1 parent 8595b59 commit b5344a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tff_modular/modules/blooper/bark.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ GLOBAL_VAR_INIT(blooper_allowed, TRUE) // For administrators
message_admins("[key_name_admin(usr)] toggled Blooper.")
SSblackbox.record_feedback("nested tally", "admin_toggle", 1, list("Toggle Blooper", "[GLOB.blooper_allowed ? "Enabled" : "Disabled"]")) // If you are copy-pasting this, ensure the 4th parameter is unique to the new proc!

/world/AVerbsAdmin()
. = ..()
return . + /datum/admins/proc/toggleblooper
ADMIN_VERB(verb_path, R_SERVER, "Toggle Blooper", "Toggle ANNOYING NOIZES", ADMIN_CATEGORY_SERVER)

/proc/toggle_blooper(toggle = null)
if(toggle != null)
Expand Down

0 comments on commit b5344a1

Please sign in to comment.