[Modular] Better area spawn algorithm (#14891)

* Better area spawn algorithm

* Removed max_amount like I said I did
This commit is contained in:
Tastyfish
2022-07-16 11:25:33 -04:00
committed by GitHub
parent b3b42fd716
commit dfb2eb862b
4 changed files with 284 additions and 123 deletions
+2
View File
@@ -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
))