1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-24 06:00:36 -05:00
Files
BO2-Reimagined/scripts/zm/replaced/zm_buried_ffotd.gsc
Jbleezy 87c327d6bd Meat: check for life and kill brushes
Buried: remove life brush below Maze Staircase
2023-04-01 15:04:59 -07:00

13 lines
314 B
Plaintext

#include maps\mp\_utility;
#include common_scripts\utility;
#include maps\mp\zombies\_zm_utility;
#include maps\mp\zombies\_zm_zonemgr;
#include maps\mp\zm_buried;
#include maps\mp\gametypes_zm\_zm_gametype;
#include maps\mp\zombies\_zm;
#include maps\mp\zm_buried_ffotd;
spawned_life_triggers()
{
// remove
}