mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-08 22:31:36 -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:
parent
d54cfa200c
commit
5f29359ab3
@ -44,6 +44,7 @@ if %ERRORLEVEL% NEQ 0 pause
|
||||
if %ERRORLEVEL% NEQ 0 pause
|
||||
|
||||
"%OAT_BASE%\Linker.exe" ^
|
||||
--load "%OAT_GAME%\zone\all\so_zclassic_zm_prison.ff" ^
|
||||
--load "%OAT_GAME%\zone\all\so_zencounter_zm_prison.ff" ^
|
||||
--load "%OAT_GAME%\zone\all\zm_prison_patch.ff" ^
|
||||
--load "%OAT_GAME%\zone\all\zm_prison.ff" ^
|
||||
|
@ -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"]);
|
||||
}
|
||||
|
@ -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"]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user