mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 23:27:57 -05:00
Ballistic Knife: projectiles get destroyed on lava
This commit is contained in:
@ -33,6 +33,11 @@ on_spawn(watcher, player)
|
||||
return;
|
||||
}
|
||||
|
||||
if (isDefined(level.object_touching_lava) && self [[level.object_touching_lava]]())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (isDefined(endpos))
|
||||
{
|
||||
retrievable_model = spawn("script_model", endpos);
|
||||
|
Reference in New Issue
Block a user