mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 07:08:06 -05:00
13 lines
250 B
Plaintext
13 lines
250 B
Plaintext
#include maps\mp\_utility;
|
|
#include common_scripts\utility;
|
|
#include maps\mp\zombies\_zm_utility;
|
|
|
|
init()
|
|
{
|
|
level.special_weapon_magicbox_check = ::nuked_special_weapon_magicbox_check;
|
|
}
|
|
|
|
nuked_special_weapon_magicbox_check(weapon)
|
|
{
|
|
return 1;
|
|
} |