data.base lookup bit
When testing the change to the Eyes of the Overworld wording and asking for information about inventory item k - a pair of lenses named The Eyes of the Overworld I got "I don't have any information on those things". Not because that item wasn't identified, but because the lookup was for "pair of lenses" (finding nothing) and then for "The Eyes of the Overworld" (and not finding it due to "The" which is stripped from the first attempt but wasn't from the second nor present in the data.base key).
This commit is contained in:
@@ -293,6 +293,8 @@ vibrating square is not really a trap so monsters don't need to avoid it
|
||||
if hero kicks some embedded gold out of a wall while following vault gaurd
|
||||
away from vault, don't report "the guard _calms_down_and_ picks up
|
||||
the gold" unless he's on brink of going ballistic
|
||||
for '/?' information lookup, "item named The Artifact" failed to find info
|
||||
about "Artifact" due to presence of "The"
|
||||
|
||||
|
||||
Fixes to Post-3.6.1 Problems that Were Exposed Via git Repository
|
||||
|
||||
Reference in New Issue
Block a user