From: cohrs Date: Wed, 30 Jan 2002 03:28:57 +0000 (+0000) Subject: leather cloak should be made of leather X-Git-Tag: MOVE2GIT~3311 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23d81160300aabe151be148fc6568a22555685b5;p=nethack leather cloak should be made of leather --- diff --git a/src/objects.c b/src/objects.c index 45f02ba87..73031d067 100644 --- a/src/objects.c +++ b/src/objects.c @@ -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),