adonutwithsprinklez / CodenameEmpty

A text based adventure roguelite
GNU General Public License v3.0
6 stars 0 forks source link

Game crashes when inspecting armor for limb that does not have any armor currently equipped #157

Closed adonutwithsprinklez closed 1 year ago

adonutwithsprinklez commented 1 year ago

Currently the game crashes when inspecting armor for limb that does not have any armor currently equipped. This is caused because there is no check for if the limb has an armor equipped or not when displaying the armor inspect screen.

adonutwithsprinklez commented 1 year ago

Corrected in #160