1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 23:57:59 -05:00

Fix various syntax issues

This commit is contained in:
Jbleezy
2023-12-16 17:18:01 -08:00
parent 51a53928e7
commit 4202d3bbd8
4 changed files with 6 additions and 6 deletions

View File

@ -1191,7 +1191,7 @@ turn_movefaster_on()
while ( i < machine.size )
{
machine[ i ] setmodel( level.machine_assets[ "marathon" ].on_model );
machine[ i ] vibrate( vectorScale( ( 0, -1, 0 ), 100 ), 0,3, 0,4, 3 );
machine[ i ] vibrate( vectorScale( ( 0, -1, 0 ), 100 ), 0.3, 0.4, 3 );
machine[ i ] playsound( "zmb_perks_power_on" );
machine[ i ] thread perk_fx( "marathon_light" );
machine[ i ] thread play_loop_on_machine();