1
0
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:
Jbleezy
2023-12-22 23:43:50 -08:00
parent 7aac50ef02
commit 330819da55
2 changed files with 7 additions and 0 deletions

View File

@ -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);