From a9cc262e12037c59dfe7c6b7bd3edb6119244d9d Mon Sep 17 00:00:00 2001 From: Ice <43626458+Frozen-H2O@users.noreply.github.com> Date: Wed, 10 Apr 2024 13:31:44 -0700 Subject: [PATCH] Delay initial infection times on colors and cerberon (#5) * Create ze_colors_p.cfg Delay infection time by 2 seconds so that mother zombies do not spawn directly on top of CTs. * Create ze_descent_into_cerberon_p.cfg Delay infection time by 2 seconds so that mother zombies do not spawn directly on top of CTs. --- mapcfg/ze_colors_p.cfg | 2 ++ mapcfg/ze_descent_into_cerberon_p.cfg | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 mapcfg/ze_colors_p.cfg create mode 100644 mapcfg/ze_descent_into_cerberon_p.cfg diff --git a/mapcfg/ze_colors_p.cfg b/mapcfg/ze_colors_p.cfg new file mode 100644 index 0000000..9cc26ad --- /dev/null +++ b/mapcfg/ze_colors_p.cfg @@ -0,0 +1,2 @@ +zr_infect_spawn_time_min 17 +zr_infect_spawn_time_max 17 diff --git a/mapcfg/ze_descent_into_cerberon_p.cfg b/mapcfg/ze_descent_into_cerberon_p.cfg new file mode 100644 index 0000000..9cc26ad --- /dev/null +++ b/mapcfg/ze_descent_into_cerberon_p.cfg @@ -0,0 +1,2 @@ +zr_infect_spawn_time_min 17 +zr_infect_spawn_time_max 17