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:
parent
7b39517931
commit
9c99e2b704
1 changed files with 1 additions and 1 deletions
|
@ -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*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue