mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
[Modular] Better area spawn algorithm (#14891)
* Better area spawn algorithm * Removed max_amount like I said I did
This commit is contained in:
@@ -204,6 +204,7 @@ GLOBAL_PROTECT(admin_verbs_debug)
|
||||
/client/proc/cmd_display_overlay_log,
|
||||
/client/proc/reload_configuration,
|
||||
/client/proc/reload_interactions, //SKYRAT EDIT ADDITION
|
||||
/client/proc/test_area_spawner, // SKYRAT EDIT ADDITION - AUTOMAPPER
|
||||
/client/proc/atmos_control,
|
||||
/client/proc/reload_cards,
|
||||
/client/proc/validate_cards,
|
||||
@@ -304,6 +305,7 @@ GLOBAL_LIST_INIT(admin_verbs_hideable, list(
|
||||
/client/proc/toggle_combo_hud,
|
||||
/client/proc/admin_open_event_spawners_menu, //SKYRAT EDIT ADDITION - EVENTS
|
||||
/client/proc/spawn_pollution, // SKYRAT EDIT ADDITION
|
||||
/client/proc/test_area_spawner, // SKYRAT EDIT ADDITION - AUTOMAPPER
|
||||
/client/proc/spawn_liquid,
|
||||
/client/proc/debug_huds
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user