Chanceboxes and collectibles shouldn't appear in DM.
This commit is contained in:
parent
749a2c7708
commit
9e00ee41ae
4 changed files with 13 additions and 13 deletions
|
|
@ -271,7 +271,7 @@ extend Class SWWMHandler
|
|||
SWWMInterest.Spawn(lpos,theline:l);
|
||||
}
|
||||
// spawn loot
|
||||
Chancebox.SpawnChanceboxes();
|
||||
if ( !deathmatch ) Chancebox.SpawnChanceboxes();
|
||||
// list map keys
|
||||
let ti = ThinkerIterator.Create("Key");
|
||||
Key k;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue