Edern76 / DementiaRL

A WIP roguelike written with Python3/TDL set in a dark-fantasy universe.
Other
8 stars 3 forks source link

When selecting in which hands you want to wield a weapon while you are already dual wielding, only the first equipped one-handed item shows up #54

Closed Edern76 closed 7 years ago

Edern76 commented 7 years ago

The hand in which the other weapon is shows up as empty. Works fine if the currently wielded item is a two-handed weapon however. Probably a problem with the getEquippedInHands() function.