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