Skip to content

Commit

Permalink
Update randomverbs.dm (#36738)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomykins authored Jul 4, 2024
1 parent 97e3745 commit 0620276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/randomverbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ Traitors and the like can also be revived with the previous role mostly intact.

/client/proc/save_coordinates(var/x1 as num, var/y1 as num, var/z1 as num, var/x2 as num, var/y2 as num, var/z2 as num, var/mapname as text)
set name = "Save map by coordinates"
set category = "Fun"
set category = "Server"
set desc = "(x1, y1, z1, x2, y2, z2, mapname) Saves the map beetween (x1, y1, z1) and (x2, y2, z2), and it will be sent to your client, it will also be stored in data/logs/saved_maps."

if(!check_rights(R_SERVER))
Expand Down

0 comments on commit 0620276

Please sign in to comment.