Attnam / ivan

Iter Vehemens ad Necem - a continuation of the graphical roguelike by members of http://attnam.com
GNU General Public License v2.0
301 stars 43 forks source link

Cutting web #515

Closed jakwings closed 5 years ago

jakwings commented 5 years ago

@AquariusPower

Since this action takes only one turn and is uninterruptible, is it okay to not actually switch weapons? This forces me to manually restore the original weapons.

AquariusPower commented 5 years ago

That is a missing feature! if I am not wrong, it got a bit complex to make it work and I had other priorities, btw to use a pick-axe was the code reference I used. I will take a look on that, it annoys me too..

Even using the x,X options to switch to configured items to wield, it is still annoying.

found a bug also https://github.com/Attnam/ivan/issues/516

AquariusPower commented 5 years ago

PR https://github.com/Attnam/ivan/pull/517/ I did basic tests on it and is working (least for the nasty "rare" (as getting stuck in the web is coded to happen but rarely) bug https://github.com/Attnam/ivan/issues/516)

andrewtweber commented 5 years ago

This is complete right?