permanent inventory window updates

Addresses the follwing missing updates:
- Quest Artifact identification by Quest Leader.
- Rust damage from a rust trap.
- Remove curse as a result of prayer (both fixing TROUBLE_CURSED_* and
  the blessed-remove-curse boon.)
- Charging via PYEC
This commit is contained in:
cohrs
2002-02-19 05:10:31 +00:00
parent 377a3b8482
commit d645467f40
4 changed files with 9 additions and 1 deletions

View File

@@ -734,6 +734,7 @@ glovecheck: (void) rust_dmg(uarmg, "gauntlets", 1, TRUE, &youmonst);
(void) rust_dmg(uarmu, "shirt", 1, TRUE, &youmonst);
#endif
}
update_inventory();
break;
case FIRE_TRAP: