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