1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-27 07:52:25 +01:00

Fix bad AC and price for prayer warded wrappings.

This commit is contained in:
ChrisANG 2021-06-22 13:57:31 -07:00
parent 7b39517931
commit 9c99e2b704

View file

@ -839,7 +839,7 @@ SHIRT(("bodyglove", "tight black clothes", "tight clothes"), /*Needs encyc entry
CLOAK(("mummy wrapping"),
1, 0, 0, 0, 0, 3, 2, 10, 0, 1, CLOTH, CLR_GRAY),
CLOAK(("prayer-warded wrapping"),
1, 0, 0, 0, 0, 3, 2, 100, 0, 1, CLOTH, CLR_GRAY),
1, 0, 0, 0, 0, 3, 100, 10, 0, 1, CLOTH, CLR_GRAY),
CLOAK(("elven cloak", "faded pall"),
0, 1, STEALTH, 7, 0, 10, 60, 9, 0, 3, CLOTH, CLR_BLACK),
CLOAK(("droven cloak", "cobwebbed cloak"), /*Needs encyc entry*/