All Mortal Rifle base models done. Animation next.
This commit is contained in:
parent
b7286d536e
commit
1efaf7a6f9
344 changed files with 173 additions and 69 deletions
|
|
@ -273,7 +273,7 @@ Class SWWMCellAmmoBig : SWWMAmmoSpawner
|
|||
{
|
||||
bool aex = SWWMUtility.ItemExists('CandyGun',ownedonly:enemydrop),
|
||||
bex = SWWMUtility.ItemExists('MisterRifle',ownedonly:enemydrop);
|
||||
if ( (!aex && bex) || (Random[Replacements](0,1) && bex) ) return Random[Replacements](0,2)?'MisterRound5':'MisterAmmo';
|
||||
if ( (!aex && bex) || (Random[Replacements](0,1) && bex) ) return !Random[Replacements](0,2)?'MisterGAmmo2':Random[Replacements](0,2)?'MisterRound10':'MisterAmmo';
|
||||
if ( aex ) return Random[Replacements](0,3)?'CandyGunBullets3':'CandyGunAmmo';
|
||||
}
|
||||
bool aex = SWWMUtility.ItemExists('Sparkster',ownedonly:enemydrop),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue