Add one extra skill.
Prevent mp items from spawning on skills 5 and 6. Disable store on skills 5 and 6. Fix Shotgunners dropping Wallbusters in Doom 1. Fix episode/skill menus being compacted when they have more than 5 text items. Tweak message boxes.
This commit is contained in:
parent
eb66d77f41
commit
761042e200
9 changed files with 199 additions and 37 deletions
|
|
@ -1782,8 +1782,8 @@ Class SWWMUtility
|
|||
}
|
||||
static Class<Inventory> PickHereticSlot3() // also used for Doom 1
|
||||
{
|
||||
//return PickPair(PickSWWMSlot3(),PickSWWMSlot4(),2);
|
||||
return PickPair('Spreadgun','Wallbuster',2);
|
||||
if ( level.maptime ) return PickSWWMSlot3(); // always slot 3 after map start, prevents shotgun guys from dropping wallbusters
|
||||
return PickPair(PickSWWMSlot3(),PickSWWMSlot4(),2);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue