From d126ae9a4216423d0937750b580110c94d1be337 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 18 Sep 2024 21:39:52 +0300 Subject: [PATCH] Reduce crystal plate mail weight --- doc/fixes3-7-0.txt | 1 + include/objects.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 855bcfa04..113b9875e 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1465,6 +1465,7 @@ when a secret corridor was discovered by wand of secret door detection or by formerly embedded object at the spot, presence of the object would be forgotten unless within range of a light source when poly'd into a giant, kicking a closed door always succeeds in breaking it +reduce crystal plate mail weight Fixes to 3.7.0-x General Problems Exposed Via git Repository diff --git a/include/objects.h b/include/objects.h index a5b54244c..784b66c36 100644 --- a/include/objects.h +++ b/include/objects.h @@ -549,7 +549,7 @@ ARMOR("plate mail", NoDes, 1, 0, 1, 0, 44, 5, 450, 600, 3, 2, ARM_SUIT, IRON, HI_METAL, PLATE_MAIL), ARMOR("crystal plate mail", NoDes, - 1, 0, 1, 0, 10, 5, 450, 820, 3, 2, ARM_SUIT, GLASS, CLR_WHITE, + 1, 0, 1, 0, 10, 5, 415, 820, 3, 2, ARM_SUIT, GLASS, CLR_WHITE, CRYSTAL_PLATE_MAIL), ARMOR("bronze plate mail", NoDes, 1, 0, 1, 0, 25, 5, 450, 400, 4, 1, ARM_SUIT, COPPER, HI_COPPER,