| 1116 | } |
| 1117 | |
| 1118 | staticfn void |
| 1119 | peffect_healing(struct obj *otmp) |
| 1120 | { |
| 1121 | You_feel("better."); |
| 1122 | healup(8 + d(4 + 2 * bcsign(otmp), 4), !otmp->cursed ? 1 : 0, |
| 1123 | !!otmp->blessed, !otmp->cursed); |
| 1124 | exercise(A_CON, TRUE); |
| 1125 | } |
| 1126 | |
| 1127 | staticfn void |
| 1128 | peffect_extra_healing(struct obj *otmp) |