VIP weapon/ammo spawn tweakery.
This commit is contained in:
parent
2850cb8375
commit
cf3d42f1ee
5 changed files with 48 additions and 9 deletions
|
|
@ -1809,9 +1809,27 @@ Class SWWMUtility
|
|||
}
|
||||
static Class<Inventory> PickSWWMSlot0()
|
||||
{
|
||||
//return PickTrio('Ynykron','GrandLance','RafanKos');
|
||||
//return PickPair('Ynykron','GrandLance');
|
||||
return 'Ynykron';
|
||||
/*if ( !CheckNeedsItem('Ynykron') )
|
||||
{
|
||||
if ( !CheckNeedsItem('GrandLance') )
|
||||
{
|
||||
if ( !CheckNeedsItem('RafanKos') )
|
||||
return PickSWWMSlot9();
|
||||
return 'RafanKos';
|
||||
}
|
||||
if ( !CheckNeedsItem('RafanKos') )
|
||||
return 'GrandLance';
|
||||
return PickPair('GrandLance','RafanKos');
|
||||
}
|
||||
return PickTrio('Ynykron','GrandLance','RafanKos');*/
|
||||
/*if ( !CheckNeedsItem('Ynykron') )
|
||||
{
|
||||
if ( !CheckNeedsItem('GrandLance') )
|
||||
return PickSWWMSlot9();
|
||||
return 'GrandLance';
|
||||
}
|
||||
return PickPair('Ynykron','GrandLance');*/
|
||||
return !CheckNeedsItem('Ynykron')?'CandyGun':'Ynykron';
|
||||
}
|
||||
static Class<Inventory> PickDoomSlot6()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue