mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 23:27:57 -05:00
Powerups: decrease chance to drop
This commit is contained in:
@ -14,11 +14,7 @@ powerup_drop( drop_point )
|
||||
|
||||
rand_drop = randomint( 100 );
|
||||
|
||||
powerup_chance = 4;
|
||||
if ( is_gametype_active( "zgrief" ) )
|
||||
{
|
||||
powerup_chance = 2;
|
||||
}
|
||||
powerup_chance = 2;
|
||||
|
||||
if ( rand_drop >= powerup_chance )
|
||||
{
|
||||
|
Reference in New Issue
Block a user