From 92f02d73a4d8bd26a89ca7e6566803206f2fcfb1 Mon Sep 17 00:00:00 2001 From: PatR Date: Wed, 4 Jun 2025 13:27:24 -0700 Subject: [PATCH] github issue #1416 - regression of towel's weight The blindness overhaul branch was created before towel weight got changed, then unintentionally put the old weight back when it was finally merged. Increase weight to towel from 2 to 5 again. Fixes #1416 --- include/objects.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/objects.h b/include/objects.h index e7783a2d2..1108f14b0 100644 --- a/include/objects.h +++ b/include/objects.h @@ -1,4 +1,4 @@ -/* NetHack 3.7 objects.h $NHDT-Date: 1725653011 2024/09/06 20:03:31 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.26 $ */ +/* NetHack 3.7 objects.h $NHDT-Date: 1749097644 2025/06/04 20:27:24 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.30 $ */ /* Copyright (c) Mike Threepoint, 1989. */ /* NetHack may be freely redistributed. See license for details. */ @@ -935,7 +935,7 @@ EYEWEAR("lenses", NoDes, 1, 0, 5, 3, 80, GLASS, HI_GLASS, LENSES), EYEWEAR("blindfold", NoDes, 1, BLINDED, 50, 2, 20, CLOTH, CLR_BLACK, BLINDFOLD), -EYEWEAR("towel", NoDes, 1, BLINDED, 50, 2, 50, CLOTH, CLR_MAGENTA, +EYEWEAR("towel", NoDes, 1, BLINDED, 50, 5, 50, CLOTH, CLR_MAGENTA, TOWEL), #undef EYEWEAR