]> granicus.if.org Git - nethack/commitdiff
leather cloak should be made of leather
authorcohrs <cohrs>
Wed, 30 Jan 2002 03:28:57 +0000 (03:28 +0000)
committercohrs <cohrs>
Wed, 30 Jan 2002 03:28:57 +0000 (03:28 +0000)
src/objects.c

index 45f02ba870c90b740b558b87ec78f4648b46b6c5..73031d067c6a37c00f4923f2adbc2959916567ce 100644 (file)
@@ -418,7 +418,7 @@ CLOAK("robe", (char *)0,
 CLOAK("alchemy smock", "apron",
                0, 1,   POISON_RES, 9, 0, 10, 50,  9, 1, CLOTH, CLR_WHITE),
 CLOAK("leather cloak", (char *)0,
-               1, 0,   0,          8, 0, 15, 40,  9, 1, CLOTH, CLR_BROWN),
+               1, 0,   0,          8, 0, 15, 40,  9, 1, LEATHER, CLR_BROWN),
 /* With shuffled appearances... */
 CLOAK("cloak of protection", "tattered cape",
                0, 1,   PROTECTION, 9, 0, 10, 50,  7, 3, CLOTH, HI_CLOTH),