amulet tiles

Replace the octagonal amulet placeholder for the two new tiles.
Give the "cubical amulet" a hint of being cube shaped and rename
"pentagonal amulet" to "perforated amulet" because it's easier to
draw that way.

Bump EDITLEVEL now for the extra objects and monsters because I
forgot to do so earlier.
This commit is contained in:
PatR
2020-05-03 16:34:54 -07:00
parent 7817e69c41
commit b8da4e9294
3 changed files with 14 additions and 13 deletions

View File

@@ -617,7 +617,7 @@ AMULET("amulet of unchanging", "concave", UNCHANGING, 60),
AMULET("amulet of reflection", "hexagonal", REFLECTING, 75),
AMULET("amulet of magical breathing", "octagonal", MAGICAL_BREATHING, 75),
/* +2 AC and +2 MC; +2 takes naked hero past 'warded' to 'guarded' */
AMULET("amulet of guarding", "pentagonal", PROTECTION, 75),
AMULET("amulet of guarding", "perforated", PROTECTION, 75),
/* cubical: some descriptions are already three dimensional and
parallelogrammatical (real word!) would be way over the top */
AMULET("amulet of flying", "cubical", FLYING, 60),