Menu

#2589 Fingernails + gloves butchering

General
closed-fixed
nobody
Items (65)
5
2009-08-14
2009-08-12
Anonymous
No

When:
- you have the 'sharp fingernails' mutation
- you are wearing gloves
- and, you are not wielding a cutting instrument

Butchering a corpse takes off your gloves _and_ switches you to a butchering implement:

Log

You see here a giant eyeball corpse.
You finish taking off your +0 pair of gloves.
Switching to unarmed.
You are now empty-handed.
You start butchering the giant eyeball corpse.
You continue butchering the corpse. (x3)
You finish ripping the giant eyeball corpse into pieces.
Switching back to L - a staff of fire.
R - a chunk of giant eyeball flesh
You start putting on your armour.
You continue putting on your +0 pair of gloves.
You finish putting on your +0 pair of gloves.
=================

Without the gloves, there is no 'switching to unarmed', you just tear the corpse to pieces.

Discussion

  • jokeserver

    jokeserver - 2009-08-14

    A very simple fix:

    Index: food.cc

    --- food.cc (revision 10540)
    +++ food.cc (working copy)
    @@ -572,7 +572,7 @@
    if (butcher_tool == -1 && gloved_butcher)
    removed_gloves = true;

    - if (you.equip[EQ_WEAPON] != butcher_tool)
    + else if (you.equip[EQ_WEAPON] != butcher_tool)
    wpn_switch = true;
    }

     
  • jpeg

    jpeg - 2009-08-14

    Right. Fixed then. Thanks, jokeserver! :D

     
  • jpeg

    jpeg - 2009-08-14
    • status: open --> closed-fixed
     

Log in to post a comment.