1
0
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:
Jbleezy
2023-09-26 23:26:08 -07:00
parent 6e4aee249b
commit fabcf6c351
2 changed files with 2 additions and 7 deletions

View File

@ -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 )
{