Daivuk / apdoom

Archipelago Doom is a fork of Crispy Doom to allow multi-world features from Archipelago
GNU General Public License v2.0
9 stars 11 forks source link

Fix issues with receiving keys in Doom 2 #16

Closed KScl closed 4 months ago

KScl commented 6 months ago

Previously, if you receive a key for a level in "episode" 2 or 3 in Doom 2, while you're currently in that level, you won't actually acquire it until you exit back to the hub and return. This fixes that, so it can be used immediately. Relatedly this also fixes acquiring keycards for the wrong level (being given MAP28's key while in MAP08, for instance).

The message that shows up in this case now also correctly distinguishes keycards and skull keys, as well.