mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 21:59:49 -05:00
15 lines
436 B
Plaintext
15 lines
436 B
Plaintext
#include maps\mp\zm_tomb_quest_air;
|
|
#include common_scripts\utility;
|
|
#include maps\mp\_utility;
|
|
#include maps\mp\zombies\_zm_utility;
|
|
#include maps\mp\zombies\_zm_craftables;
|
|
#include maps\mp\zombies\_zm_sidequests;
|
|
#include maps\mp\zm_tomb_utility;
|
|
#include maps\mp\zombies\_zm_net;
|
|
#include maps\mp\zm_tomb_vo;
|
|
|
|
air_puzzle_1_run()
|
|
{
|
|
level waittill("elemental_staff_air_crafted", player);
|
|
flag_set("staff_air_zm_upgrade_unlocked");
|
|
} |