Rushwind13 / JMoria

My from-scratch implementation of a Roguelike game that will be an homage to IMoria
4 stars 4 forks source link

Equipment list always displays all rows #60

Closed Rushwind13 closed 1 month ago

Rushwind13 commented 1 month ago

Given I have nothing equipped When I look at the equipment list Then I should see a row for helmet And the helmet row should say (None) And the (None) helmet is not a real item

AC:

Rushwind13 commented 1 month ago

https://github.com/Rushwind13/JMoria/pull/61