mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -05:00
17 lines
539 B
Plaintext
17 lines
539 B
Plaintext
#include maps\mp\zm_tomb_quest_elec;
|
|
#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;
|
|
#include maps\mp\zm_tomb_chamber;
|
|
#include maps\mp\zombies\_zm_unitrigger;
|
|
|
|
electric_puzzle_1_run()
|
|
{
|
|
level waittill( "elemental_staff_lightning_crafted", player );
|
|
flag_set( "staff_lightning_zm_upgrade_unlocked" );
|
|
} |