fix #H3907 - wrinkled spellbook tile
Reported 11 months ago for 3.4.3, the tile for wrinkled spellbook has a spurious brown spot on the far right. Several other books have spots drawn outside the book proper for tile decoration, but that doesn't seem to apply here. The report suggested changing 'K' to 'M', but that just changes it into a spurious white spot. Change the stray 'K' to '.' to make the odd spot go away.
This commit is contained in:
@@ -332,6 +332,7 @@ when picking a destination for #jump, '$' to show valid dest. is more accurate
|
||||
|
||||
Platform- and/or Interface-Specific Fixes
|
||||
-----------------------------------------
|
||||
tiles: wrinkled spellbook had a spurious brown pixel on far right edge of tile
|
||||
tty: M-N gave "Unknown command 'M-" with "'." finishing the sentence on the
|
||||
line below it, leaving bogus '.' displayed on the top row of the map
|
||||
tty: specifying all four of role, race, gender, and alignment still prompted
|
||||
|
||||
@@ -7108,7 +7108,7 @@ Z = (195, 195, 195)
|
||||
..KKAKKAAKKKOAA.
|
||||
.JKKKAAAKKKOKA..
|
||||
.KKKKKKKKKLOAA..
|
||||
.KOOLKKKKKOKA..K
|
||||
.KOOLKKKKKOKA...
|
||||
..JKOOKKKKOAA...
|
||||
....JKLOOOKA....
|
||||
......JJKKAA....
|
||||
|
||||
Reference in New Issue
Block a user