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:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user