mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-08-14 00:21:38 +01:00
Healing Hand bugfix: gloves are uarmg
This commit is contained in:
parent
58b5dd529b
commit
fe706baa5c
1 changed files with 1 additions and 1 deletions
|
@ -2648,7 +2648,7 @@ boolean ordinary;
|
|||
break;
|
||||
case SPE_HEALING:
|
||||
case SPE_EXTRA_HEALING:
|
||||
healup(d((uarm && uarm->oartifact == ART_GAUNTLETS_OF_THE_HEALING_H) ?
|
||||
healup(d((uarmg && uarmg->oartifact == ART_GAUNTLETS_OF_THE_HEALING_H) ?
|
||||
12 : 6, obj->otyp == SPE_EXTRA_HEALING ? 8 : 4),
|
||||
0, FALSE, (obj->otyp == SPE_EXTRA_HEALING));
|
||||
You_feel("%sbetter.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue