Closed Rushwind13 closed 2 weeks ago
Given I have a dagger equipped When I ask "is there a dagger in equipment" Then the answer is yes
Given I have a dagger in inventory When I ask "is there a dagger in inventory" Then the answer is yes
Given I have spawned a Red Dragon When I ask "is there a Red Dragon in the dungeon" Then the answer is yes
Notes:
it's out-of-engine (CLI) but https://github.com/Rushwind13/JMoria/pull/83 and https://github.com/Rushwind13/JMoria/pull/84 cover some of this, and I think that Link->m_dwIndex covers a lot of the rest.
Given I have a dagger equipped When I ask "is there a dagger in equipment" Then the answer is yes
Given I have a dagger in inventory When I ask "is there a dagger in inventory" Then the answer is yes
Given I have spawned a Red Dragon When I ask "is there a Red Dragon in the dungeon" Then the answer is yes
Notes: