Adjust chaingunner ammo drops.
This commit is contained in:
parent
4cd6687175
commit
791e5649fc
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue