Towels should weigh more than blindfolds

There's more cloth in a towel than in a blindfold.
This commit is contained in:
Pasi Kallinen
2022-02-19 10:32:57 +02:00
parent 41ae240cad
commit 04756b5d34
2 changed files with 2 additions and 1 deletions
+1
View 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 no longer miss a monster completely with a clumsy kick
knights get no caitiff penalty against undead knights get no caitiff penalty against undead
candy bars are bright blue in text mode 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 Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
+1 -1
View File
@@ -866,7 +866,7 @@ TOOL("lenses", NoDes, 1, 0, 0, 0, 5, 3, 80, GLASS, HI_GLASS,
LENSES), LENSES),
TOOL("blindfold", NoDes, 1, 0, 0, 0, 50, 2, 20, CLOTH, CLR_BLACK, TOOL("blindfold", NoDes, 1, 0, 0, 0, 50, 2, 20, CLOTH, CLR_BLACK,
BLINDFOLD), 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), TOWEL),
TOOL("saddle", NoDes, 1, 0, 0, 0, 5,200,150, LEATHER, HI_LEATHER, TOOL("saddle", NoDes, 1, 0, 0, 0, 5,200,150, LEATHER, HI_LEATHER,
SADDLE), SADDLE),