1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 15:48:05 -05:00

Move map specific functions into separate scripts

Perk pause removal done with replaceFunc
Removes need for replacing power_off_func on every power item
This commit is contained in:
Jbleezy
2022-01-03 13:38:53 -08:00
parent 137738997d
commit fe2906a7f5
8 changed files with 1103 additions and 1244 deletions

View File

@ -0,0 +1,8 @@
#include maps\mp\_utility;
#include common_scripts\utility;
#include maps\mp\zombies\_zm_utility;
perk_pause( perk )
{
// disabled
}