Skip to content

Commit 751ad4d

Browse files
VirtuGuyHundrec
authored andcommitted
Fix stress pico bricks
1 parent 6701405 commit 751ad4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

preload/scripts/stages/tankmanBattlefieldErect.hxc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,10 @@ class TankmanBattlefieldErectStage extends Stage
128128
{
129129
tankmanRim.useAltMask = false;
130130
}
131+
132+
if (getGirlfriend().characterId == 'otis-speaker')
133+
{
134+
getNamedProp('tankBricks').setPosition(445, 774);
135+
}
131136
}
132137
}

0 commit comments

Comments
 (0)