Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 201cc8f

Browse files
committed
Verbs
1 parent 1ec2862 commit 201cc8f

7 files changed

Lines changed: 28 additions & 28 deletions

File tree

code/modules/admin/admin_verbs.dm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ GLOBAL_PROTECT(admin_verbs_hideable)
495495
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!
496496

497497
/client/proc/drop_bomb()
498-
set category = "Misc"
498+
set category = "Admin.Round Interaction"
499499
set name = "Drop Bomb"
500500
set desc = "Cause an explosion of varying strength at your location."
501501

@@ -584,7 +584,7 @@ GLOBAL_PROTECT(admin_verbs_hideable)
584584
message_admins("[key_name_admin(usr)] has modified Dynamic Explosion Scale: [ex_scale]")
585585

586586
/client/proc/give_spell(mob/T in GLOB.mob_list)
587-
set category = "Misc"
587+
set category = "Admin.Player Interaction"
588588
set name = "Give Spell"
589589
set desc = "Gives a spell to a mob."
590590

@@ -608,7 +608,7 @@ GLOBAL_PROTECT(admin_verbs_hideable)
608608
message_admins(span_danger("Spells given to mindless mobs will not be transferred in mindswap or cloning!"))
609609

610610
/client/proc/remove_spell(mob/T in GLOB.mob_list)
611-
set category = "Misc"
611+
set category = "Admin.Player Interaction"
612612
set name = "Remove Spell"
613613
set desc = "Remove a spell from the selected mob."
614614

@@ -621,7 +621,7 @@ GLOBAL_PROTECT(admin_verbs_hideable)
621621
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!
622622

623623
/client/proc/give_disease(mob/living/T in GLOB.mob_living_list)
624-
set category = "Misc"
624+
set category = "Admin.Player Interaction"
625625
set name = "Give Disease"
626626
set desc = "Gives a Disease to a mob."
627627
if(!istype(T))

code/modules/admin/verbs/debug.dm

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
236236
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!
237237

238238
/client/proc/cmd_admin_robotize(mob/M in GLOB.mob_list)
239-
set category = "Misc"
239+
set category = "Admin.Player Interaction"
240240
set name = "Make Robot"
241241

242242
if(!SSticker.HasRoundStarted())
@@ -252,7 +252,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
252252
alert("Invalid mob")
253253

254254
/client/proc/cmd_admin_blobize(mob/M in GLOB.mob_list)
255-
set category = "Misc"
255+
set category = "Admin.Player Interaction"
256256
set name = "Make Blob"
257257

258258
if(!SSticker.HasRoundStarted())
@@ -267,7 +267,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
267267

268268

269269
/client/proc/cmd_admin_animalize(mob/M in GLOB.mob_list)
270-
set category = "Misc"
270+
set category = "Admin.Player Interaction"
271271
set name = "Make Simple Animal"
272272

273273
if(!SSticker.HasRoundStarted())
@@ -288,7 +288,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
288288

289289

290290
/client/proc/makepAI(turf/T in GLOB.mob_list)
291-
set category = "Misc"
291+
set category = "Admin.Player Interaction"
292292
set name = "Make pAI"
293293
set desc = "Specify a location to spawn a pAI device, then specify a key to play that pAI"
294294

@@ -315,7 +315,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
315315
SSblackbox.record_feedback("tally", "admin_verb", 1, "Make pAI") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
316316

317317
/client/proc/cmd_admin_alienize(mob/M in GLOB.mob_list)
318-
set category = "Misc"
318+
set category = "Admin.Player Interaction"
319319
set name = "Make Alien"
320320

321321
if(!SSticker.HasRoundStarted())
@@ -330,7 +330,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
330330
alert("Invalid mob")
331331

332332
/client/proc/cmd_admin_slimeize(mob/M in GLOB.mob_list)
333-
set category = "Misc"
333+
set category = "Admin.Player Interaction"
334334
set name = "Make slime"
335335

336336
if(!SSticker.HasRoundStarted())
@@ -345,7 +345,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
345345
alert("Invalid mob")
346346

347347
/client/proc/cmd_admin_pacmanize(mob/M in GLOB.mob_list)
348-
set category = "Misc"
348+
set category = "Admin.Player Interaction"
349349
set name = "Make pacman"
350350

351351
if(!SSticker.HasRoundStarted())
@@ -732,7 +732,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
732732
cmd_admin_areatest(FALSE)
733733

734734
/client/proc/cmd_admin_dress(mob/M in GLOB.mob_list)
735-
set category = "Misc"
735+
set category = "Admin.Player Interaction"
736736
set name = "Select equipment"
737737

738738
if(!check_rights(R_SPAWN))

code/modules/admin/verbs/randomverbs.dm

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
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!
197197

198198
/client/proc/cmd_admin_godmode(mob/M in GLOB.mob_list)
199-
set category = "Misc"
199+
set category = "Admin.Player Interaction"
200200
set name = "Godmode"
201201
if(!check_rights(R_ADMIN))
202202
return
@@ -582,7 +582,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
582582
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!
583583

584584
/client/proc/cmd_change_command_name()
585-
set category = "Misc"
585+
set category = "Admin.Round Interaction"
586586
set name = "Change Command Name"
587587

588588
if(!check_rights(R_ADMIN))
@@ -639,7 +639,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
639639
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!
640640

641641
/client/proc/cmd_admin_explosion(atom/O as obj|mob|turf in world)
642-
set category = "Misc"
642+
set category = "Admin.Round Interaction"
643643
set name = "Explosion"
644644

645645
if(!check_rights(R_ADMIN))
@@ -675,7 +675,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
675675
return
676676

677677
/client/proc/cmd_admin_emp(atom/O as obj|mob|turf in world)
678-
set category = "Misc"
678+
set category = "Admin.Round Interaction"
679679
set name = "EM Pulse"
680680

681681
if(!check_rights(R_ADMIN))
@@ -700,7 +700,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
700700
return
701701

702702
/client/proc/cmd_admin_gib(mob/M in GLOB.mob_list)
703-
set category = "Misc"
703+
set category = "Admin.Player Interaction"
704704
set name = "Gib"
705705

706706
if(!check_rights(R_ADMIN))
@@ -727,7 +727,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
727727

728728
/client/proc/cmd_admin_gib_self()
729729
set name = "Gibself"
730-
set category = "Misc"
730+
set category = "Admin.Player Interaction"
731731

732732
var/confirm = alert(src, "You sure?", "Confirm", "Yes", "No")
733733
if(confirm == "Yes")
@@ -809,7 +809,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
809809
return
810810

811811
/client/proc/everyone_random()
812-
set category = "Misc"
812+
set category = "Admin.Round Interaction"
813813
set name = "Make Everyone Random"
814814
set desc = "Make everyone have a random appearance. You can only use this before rounds!"
815815

@@ -927,7 +927,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
927927

928928

929929
/client/proc/run_weather()
930-
set category = "Misc"
930+
set category = "Admin.Round Interaction"
931931
set name = "Run Weather"
932932
set desc = "Triggers a weather on the z-level you choose."
933933

@@ -1080,7 +1080,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
10801080

10811081
/client/proc/smite(mob/living/target as mob)
10821082
set name = "Smite"
1083-
set category = "Misc"
1083+
set category = "Admin.Player Interaction"
10841084
if(!check_rights(R_ADMIN) || !check_rights(R_FUN))
10851085
return
10861086

@@ -1418,7 +1418,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
14181418
return
14191419

14201420
/datum/admins/proc/cmd_create_centcom()
1421-
set category = "Misc"
1421+
set category = "Admin.Round Interaction"
14221422
set name = "Spawn on Centcom"
14231423
if(!check_rights(R_ADMIN))
14241424
return
@@ -1486,7 +1486,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
14861486
sleep(4 SECONDS)
14871487

14881488
/datum/admins/proc/cmd_create_wiki()
1489-
set category = "Misc"
1489+
set category = "OOC"
14901490
set name = "Go to Wiki Room"
14911491
if(!check_rights(R_ADMIN))
14921492
return

code/modules/admin/verbs/tripAI.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/client/proc/triple_ai()
2-
set category = "Misc"
2+
set category = "Admin.Round Interaction"
33
set name = "Toggle AI Triumvirate"
44

55
if(SSticker.current_state > GAME_STATE_PREGAME)

code/modules/cargo/centcom_podlauncher.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/client/proc/centcom_podlauncher() //Creates a verb for admins to open up the ui
2020
set name = "Config/Launch Supplypod"
2121
set desc = "Configure and launch a CentCom supplypod full of whatever your heart desires!"
22-
set category = "Misc"
22+
set category = "Admin.Round Interaction"
2323
if(!check_rights(R_FUN))
2424
return
2525
new /datum/centcom_podlauncher(usr)//create the datum

code/modules/client/verbs/ooc.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@ GLOBAL_VAR_INIT(mentor_ooc_colour, YOGS_MENTOR_OOC_COLOUR) // yogs - mentor ooc
175175
/client/proc/set_ooc(newColor as color)
176176
set name = "Set Player OOC Color"
177177
set desc = "Modifies player OOC Color"
178-
set category = "Misc"
178+
set category = "Server"
179179
GLOB.OOC_COLOR = sanitize_ooccolor(newColor)
180180

181181
/client/proc/reset_ooc()
182182
set name = "Reset Player OOC Color"
183183
set desc = "Returns player OOC Color to default"
184-
set category = "Misc"
184+
set category = "Server"
185185
GLOB.OOC_COLOR = null
186186

187187
/client/verb/colorooc()

yogstation/code/modules/admin/verbs/adminvox.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/client/proc/admin_vox()
22
//This proc is a slightly-rewritten clone of /mob/living/silicon/ai/proc/announcement()
33
//Check over there to see what's different, if this ever breaks.
4-
set category = "Misc"
4+
set category = "Admin.Round Interaction"
55
set name = "Force AI Vox"
66
set hidden = 0
77

0 commit comments

Comments
 (0)