stevemer / 183siege

A project for the upcoming 183 semester.
2 stars 0 forks source link

Picking up a shield with left hand replaces weapon #2

Open willwolfram18 opened 9 years ago

willwolfram18 commented 9 years ago

This results in a player being unable to do damage. Two fixes are:

  1. Force the shield to go to the offhand (most logical choice)
  2. Have player's attack damage do a max(weapon_damage_calc,1) so that players are guaranteed to do damage.
stevemer commented 9 years ago

Redefine equip_left() appropriately in inventory.py

willwolfram18 commented 9 years ago

Mostly repaired in 860800b228ba2d49714eb4cf59d9ee2d94d1ccfd, still need to decide on the resolution of equipping a shield while wielding a bow: 1) Let the player do attacks that only deal 1 damage 2) Let the player "magically" equip a fairly weak sword that allows them to do more than 2 damage