1
0
Fork 0
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:
ChrisANG 2021-02-22 20:27:52 -05:00
parent 58b5dd529b
commit fe706baa5c

View file

@ -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.",