Adjust chaingunner ammo drops.

This commit is contained in:
Mari the Deer 2022-07-30 16:55:11 +02:00
commit 791e5649fc
2 changed files with 4 additions and 4 deletions

View file

@ -131,8 +131,8 @@ Class SWWMClipAmmoMed : SWWMAmmoSpawner
bool aex = SWWMUtility.ItemExists('Eviscerator'),
bex = SWWMUtility.ItemExists('HeavyMahSheenGun');
if ( (!aex && bex) || (Random[Replacements](0,1) && bex) )
return Random[Replacements](0,2)?'SheenAmmo3':'SheenSmallAmmo';
return 'EvisceratorShell';
return Random[Replacements](0,1)?'SheenAmmo3':'SheenSmallAmmo';
return Random[Replacements](0,1)?'EvisceratorShell':'EvisceratorShell2';
}
}
Class SWWMClipAmmoBig : SWWMAmmoSpawner