Multiplayer-related tweaks.

This commit is contained in:
Mari the Deer 2021-05-23 14:05:28 +02:00
commit 749a2c7708
20 changed files with 199 additions and 33 deletions

View file

@ -69,6 +69,7 @@ Class ArmorNuggetBundleSpawn : Actor
a.bCOUNTSECRET = true;
level.total_secrets++;
}
a.bDROPPED = bDROPPED;
}
Destroy();
}