Chanceboxes and collectibles shouldn't appear in DM.

This commit is contained in:
Mari the Deer 2021-05-23 19:12:56 +02:00
commit 9e00ee41ae
4 changed files with 13 additions and 13 deletions

View file

@ -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;