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:
8
scripts/zm/replaced/_zm_perks.gsc
Normal file
8
scripts/zm/replaced/_zm_perks.gsc
Normal file
@ -0,0 +1,8 @@
|
||||
#include maps\mp\_utility;
|
||||
#include common_scripts\utility;
|
||||
#include maps\mp\zombies\_zm_utility;
|
||||
|
||||
perk_pause( perk )
|
||||
{
|
||||
// disabled
|
||||
}
|
Reference in New Issue
Block a user