Tg panel patch 2 (#8085)

Co-authored-by: Cadyn Bombaci <cadynspacetechguy@gmail.com>
This commit is contained in:
Kashargul
2024-05-15 13:42:13 +02:00
committed by GitHub
parent a63a919fcb
commit e28fa96705
264 changed files with 993 additions and 823 deletions

View File

@@ -149,7 +149,7 @@
drop.forceMove(T)
/datum/admins/proc/call_drop_pod()
set category = "Fun"
set category = "Fun.Drop Pod" //CHOMPEdit
set desc = "Call an immediate drop pod on your location."
set name = "Call Drop Pod"

View File

@@ -33,7 +33,7 @@
/datum/admins/proc/call_supply_drop()
set category = "Fun"
set category = "Fun.Drop Pod" //CHOMPEdit
set desc = "Call an immediate supply drop on your location."
set name = "Call Supply Drop"
@@ -90,4 +90,4 @@
if(choice == "No")
return
log_admin("[key_name(usr)] dropped supplies at ([usr.x],[usr.y],[usr.z])")
new /datum/random_map/droppod/supply(null, usr.x-2, usr.y-2, usr.z, supplied_drops = chosen_loot_types, supplied_drop = chosen_loot_type)
new /datum/random_map/droppod/supply(null, usr.x-2, usr.y-2, usr.z, supplied_drops = chosen_loot_types, supplied_drop = chosen_loot_type)

View File

@@ -1,5 +1,5 @@
/client/proc/print_random_map()
set category = "Debug"
set category = "Debug.Events"
set name = "Display Random Map"
set desc = "Show the contents of a random map."
@@ -13,7 +13,7 @@
M.display_map(usr)
/client/proc/delete_random_map()
set category = "Debug"
set category = "Debug.Events" //CHOMPEdit
set name = "Delete Random Map"
set desc = "Delete a random map."
@@ -30,7 +30,7 @@
qdel(M)
/client/proc/create_random_map()
set category = "Debug"
set category = "Debug.Events" //CHOMPEdit
set name = "Create Random Map"
set desc = "Create a random map."
@@ -54,7 +54,7 @@
log_admin("[key_name(usr)] has created [M.name].")
/client/proc/apply_random_map()
set category = "Debug"
set category = "Debug.Events" //CHOMPEdit
set name = "Apply Random Map"
set desc = "Apply a map to the game world."
@@ -79,7 +79,7 @@
M.apply_to_map()
/client/proc/overlay_random_map()
set category = "Debug"
set category = "Debug.Events" //CHOMPEdit
set name = "Overlay Random Map"
set desc = "Apply a map to another map."