]> granicus.if.org Git - nethack/commitdiff
Towels should weigh more than blindfolds
authorPasi Kallinen <paxed@alt.org>
Sat, 19 Feb 2022 08:32:54 +0000 (10:32 +0200)
committerPasi Kallinen <paxed@alt.org>
Sat, 19 Feb 2022 08:32:57 +0000 (10:32 +0200)
There's more cloth in a towel than in a blindfold.

doc/fixes3-7-0.txt
include/objects.h

index 242f730cc2df1c13cf0a80c177817177ba141257..f1643e64e02c81511aa54f88699b114d2cdc0bb7 100644 (file)
@@ -786,6 +786,7 @@ martial arts users, sasquatches, and heroes wearing kicking boots can
        no longer miss a monster completely with a clumsy kick
 knights get no caitiff penalty against undead
 candy bars are bright blue in text mode
+towels weigh more than blindfolds
 
 
 Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
index 2866fc68e836022ccbe4af1f27879a1a054a578f..8a1d5a6e8cd66d493bbb24a970431ba1d49416e3 100644 (file)
@@ -866,7 +866,7 @@ TOOL("lenses",              NoDes, 1, 0, 0, 0,  5,  3, 80, GLASS, HI_GLASS,
                                                                 LENSES),
 TOOL("blindfold",           NoDes, 1, 0, 0, 0, 50,  2, 20, CLOTH, CLR_BLACK,
                                                                 BLINDFOLD),
-TOOL("towel",               NoDes, 1, 0, 0, 0, 50,  2, 50, CLOTH, CLR_MAGENTA,
+TOOL("towel",               NoDes, 1, 0, 0, 0, 50,  5, 50, CLOTH, CLR_MAGENTA,
                                                                 TOWEL),
 TOOL("saddle",              NoDes, 1, 0, 0, 0,  5,200,150, LEATHER, HI_LEATHER,
                                                                 SADDLE),