You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSblackbox.record_feedback("tally", "admin_verb", 1, "Stealth Mode") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
496
496
497
497
/client/proc/drop_bomb()
498
-
set category ="Misc"
498
+
set category ="Admin.Round Interaction"
499
499
set name ="Drop Bomb"
500
500
set desc ="Cause an explosion of varying strength at your location."
SSblackbox.record_feedback("tally", "admin_verb", 1, "Remove Spell") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
SSblackbox.record_feedback("tally", "admin_verb", 1, "Air Status In Location") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
Copy file name to clipboardExpand all lines: code/modules/admin/verbs/randomverbs.dm
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@
196
196
SSblackbox.record_feedback("tally", "admin_verb", 1, "Local Narrate") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
@@ -582,7 +582,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
582
582
SSblackbox.record_feedback("tally", "admin_verb", 1, "Create Command Report") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
583
583
584
584
/client/proc/cmd_change_command_name()
585
-
set category ="Misc"
585
+
set category ="Admin.Round Interaction"
586
586
set name ="Change Command Name"
587
587
588
588
if(!check_rights(R_ADMIN))
@@ -639,7 +639,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
639
639
SSblackbox.record_feedback("tally", "admin_verb", 1, "Manage Job Slots") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
640
640
641
641
/client/proc/cmd_admin_explosion(atom/O as obj|mob|turf inworld)
642
-
set category ="Misc"
642
+
set category ="Admin.Round Interaction"
643
643
set name ="Explosion"
644
644
645
645
if(!check_rights(R_ADMIN))
@@ -675,7 +675,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
675
675
return
676
676
677
677
/client/proc/cmd_admin_emp(atom/O as obj|mob|turf inworld)
678
-
set category ="Misc"
678
+
set category ="Admin.Round Interaction"
679
679
set name ="EM Pulse"
680
680
681
681
if(!check_rights(R_ADMIN))
@@ -700,7 +700,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
700
700
return
701
701
702
702
/client/proc/cmd_admin_gib(mob/M inGLOB.mob_list)
703
-
set category ="Misc"
703
+
set category ="Admin.Player Interaction"
704
704
set name ="Gib"
705
705
706
706
if(!check_rights(R_ADMIN))
@@ -727,7 +727,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
0 commit comments