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

Rotate Pack-a-Punch flag down when EMP'd

This commit is contained in:
Jbleezy
2022-01-20 01:55:13 -08:00
parent 12e655cb20
commit f6c4854b86

View File

@ -24,6 +24,8 @@ destroy_weapon_in_blackout( player )
}
self.worldgun delete();
}
self.perk_machine.wait_flag rotateTo( self.perk_machine.angles + (0, 180, 180), 0.25, 0, 0 );
}
give_perk( perk, bought )