Skip to content

Commit

Permalink
d (#21941)
Browse files Browse the repository at this point in the history
  • Loading branch information
tattax authored Apr 26, 2024
1 parent 7e30b92 commit 1675a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ GLOBAL_PROTECT(admin_verbs_hideable)
/// Debug verb for seeing at a glance what all spells have as set requirements
/client/proc/debug_spell_requirements()
set name = "Show Spell Requirements"
set category = "Debug"
set category = "Misc.Server Debug"

var/header = "<tr><th>Name</th> <th>Requirements</th>"
var/all_requirements = list()
Expand Down
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/debug.dm
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
usr << browse("<HTML><HEAD><meta charset='UTF-8'></HEAD><BODY>" + replacetext(SSatoms.InitLog(), "\n", "<br>") + "</BODY></HTML>", "window=initlog")

/client/proc/debug_plane_masters()
set category = "Debug"
set category = "Misc.Server Debug"
set name = "Edit/Debug Planes"
set desc = "Edit and visualize plane masters and their connections (relays)"

Expand Down

0 comments on commit 1675a29

Please sign in to comment.