Saya Bean moved to Doom collectibles (there's nothing that would make it exclusive to latter IWADs)
Increase the bean size. Come up with more collectibles for the future.
This commit is contained in:
parent
b516ebe863
commit
bd0067a804
7 changed files with 23 additions and 21 deletions
|
|
@ -7,7 +7,7 @@ Class SWWMLevelCompatibility : LevelPostProcessor
|
|||
{
|
||||
protected void Apply( Name checksum, String mapname )
|
||||
{
|
||||
int numcol = 5;
|
||||
int numcol = 6;
|
||||
switch ( checksum )
|
||||
{
|
||||
case 'none':
|
||||
|
|
|
|||
|
|
@ -302,6 +302,19 @@ Class FrispyCorn : SWWMCollectible
|
|||
Height 23;
|
||||
}
|
||||
}
|
||||
Class SayaBean : SWWMCollectible
|
||||
{
|
||||
bool callout; // already called the player a perv for loading h-doom
|
||||
|
||||
Default
|
||||
{
|
||||
Tag "$T_SAYABEAN";
|
||||
Inventory.PickupMessage "$T_SAYABEAN";
|
||||
Stamina 5000;
|
||||
Radius 6;
|
||||
Height 23;
|
||||
}
|
||||
}
|
||||
// Heretic
|
||||
Class DemoPlush : SWWMCollectible
|
||||
{
|
||||
|
|
@ -315,20 +328,6 @@ Class DemoPlush : SWWMCollectible
|
|||
Height 36;
|
||||
}
|
||||
}
|
||||
Class SayaBean : SWWMCollectible
|
||||
{
|
||||
bool callout; // already called the player a perv for loading h-doom
|
||||
|
||||
Default
|
||||
{
|
||||
Tag "$T_SAYABEAN";
|
||||
Inventory.PickupMessage "$T_SAYABEAN";
|
||||
SWWMCollectible.Availability AVAIL_Heretic;
|
||||
Stamina 5000;
|
||||
Radius 3;
|
||||
Height 20;
|
||||
}
|
||||
}
|
||||
// Hexen
|
||||
Class KirinCummies : SWWMCollectible
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue