mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -05:00
15 lines
446 B
Plaintext
15 lines
446 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" );
|
|
} |