variant spellings of "master lich"

From a reddit thread:  after genociding "arch-lich", player's next
target was "master-lich".  The character was a monk who immediately
died of genocide.

("Master<almost anything>" other than "master mind[ ]flayer" or
"Master Thief" or "Master Assassin" matches level 30 monk rank "Master".)

Rather than muck about with fairly complicated matching code, just add
"master-lich" and "masterlich" as explicit variations.
This commit is contained in:
PatR
2024-03-28 03:10:38 -07:00
parent c6992777f5
commit 636432e883
2 changed files with 5 additions and 1 deletions

View File

@@ -1386,6 +1386,8 @@ using '#adjust c d' or '#adjust d c' after splitting slot c via '#adjust Nc d'
ring of aggravate monster increases the level difficulty
if hero shattered an unseen monster's weapon, the [also unseen] weapon was
described in the feedback
don't self-genocide if a monk picks "master-lich" or "masterlich" as target
(was matching "Master" rank)
Fixes to 3.7.0-x General Problems Exposed Via git Repository