fix #H5486 - artifact naming vs illiterate

Attempting to name the relevant type of item with an artifact's name
(such as a runesword with "Stormbringer") fails with "your hand
slips" in order to prevent turning the item into an aritfact.  Since
that only happens when the name is valid, it indicates that the hero
is literate so violate illiterate conduct.

(Naming items in general doesn't affect [il]literacy so that player
can assign names to inventory or stash items to maintain notes.)
This commit is contained in:
PatR
2017-05-22 16:02:50 -07:00
parent ead698fd02
commit 28fb985757
2 changed files with 6 additions and 1 deletions

View File

@@ -427,6 +427,8 @@ when configured with DUMPLOG enabled, artifacts were counted twice towards
once Moloch's Sanctum (or Astral Plane via wizard mode level teleport direct
to end-game) was entered, end of game disclosure would reveal that
high priests had been incorrectly flagged as extinct
attempting to name an item as an artifact and failing via hand slip violates
illiterate conduct
Platform- and/or Interface-Specific Fixes