Workaround to preserve collectibles after death exits.

This commit is contained in:
Mari the Deer 2020-12-16 03:01:28 +01:00
commit f163ed3bef
4 changed files with 19 additions and 1 deletions

View file

@ -42,6 +42,8 @@ Class SWWMStats : Thinker
// [Strife] preserve previous mission logs
String oldlogtext;
Array<String> questbacklog;
// hackaround for stuff getting lost
Array<Class<SWWMCollectible> > ownedcollectibles;
bool GotWeapon( Class<Weapon> which )
{