Performance and usability improvement for blueprints

This commit is contained in:
Emmett Gaines
2017-11-13 04:32:36 -05:00
committed by CitadelStationBot
parent 3ea8808201
commit 3c35202b5e
6 changed files with 114 additions and 151 deletions

View File

@@ -772,6 +772,11 @@
winheight = min(winheight, 690)
usr << browse(dat, "window=players;size=375x[winheight]")
/datum/admins/proc/create_or_modify_area()
set category = "Debug"
set name = "Create or modify area"
create_area(usr)
//
//
//ALL DONE

View File

@@ -156,7 +156,13 @@ GLOBAL_LIST_INIT(admin_verbs_debug, world.AVerbsDebug())
/client/proc/toggle_medal_disable,
/client/proc/view_runtimes,
/client/proc/pump_random_event,
<<<<<<< HEAD
/client/proc/cmd_display_init_log
=======
/client/proc/cmd_display_init_log,
/client/proc/cmd_display_overlay_log,
/datum/admins/proc/create_or_modify_area
>>>>>>> 28e6359... makes blueprints work on station and able to expand old areas (#32280)
)
GLOBAL_PROTECT(admin_verbs_possess)
GLOBAL_LIST_INIT(admin_verbs_possess, list(/proc/possess, /proc/release))