1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

MOTD: fix shock boxes disappearing after being shocked

MOTD locations: fix powered on shock box model and anim
p6_zm_al_shock_box_on from so_zencounter_zm_prison.ff is broken
This commit is contained in:
Jbleezy
2024-01-18 06:03:42 -08:00
parent d54cfa200c
commit 5f29359ab3
3 changed files with 3 additions and 2 deletions

View File

@ -245,7 +245,7 @@ turn_afterlife_interact_on()
if (issubstr(self.model, "p6_zm_al_shock_box"))
{
self useanimtree(-1);
self useanimtree(#animtree);
self setmodel("p6_zm_al_shock_box_on");
self setanim(level.shockbox_anim["on"]);
}

View File

@ -469,7 +469,7 @@ turn_afterlife_interact_on()
if (issubstr(self.model, "p6_zm_al_shock_box"))
{
self useanimtree(-1);
self useanimtree(#animtree);
self setmodel("p6_zm_al_shock_box_on");
self setanim(level.shockbox_anim["on"]);
}