1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-01 09:30:08 -05:00

Ballistic Knife: fix projectile pickup

This commit is contained in:
Jbleezy
2022-01-25 02:45:16 -08:00
parent 4bb5f57efc
commit 486594c6bf
4 changed files with 129 additions and 0 deletions

View File

@ -23,4 +23,13 @@ makegrenadedudanddestroy()
{
self delete();
}
}
createballisticknifewatcher_zm( name, weapon )
{
watcher = self maps/mp/gametypes_zm/_weaponobjects::createuseweaponobjectwatcher( name, weapon, self.team );
watcher.onspawn = scripts/zm/replaced/_zm_weap_ballistic_knife::on_spawn;
watcher.onspawnretrievetriggers = maps/mp/zombies/_zm_weap_ballistic_knife::on_spawn_retrieve_trigger;
watcher.storedifferentobject = 1;
watcher.headicon = 0;
}