From c75bda9a2f1a1893d0bda29f4e3030efa198671a Mon Sep 17 00:00:00 2001 From: Erik Lunna Date: Tue, 26 Sep 2023 10:41:46 +0200 Subject: [PATCH] Giant wizards will start with a giant robe instead of a cloak of magic resistance (they still get the amulet of MR). --- src/u_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/u_init.c b/src/u_init.c index d1f93d237..d624994a1 100644 --- a/src/u_init.c +++ b/src/u_init.c @@ -413,7 +413,7 @@ struct inv_sub { { PM_GIANT, ROBE_OF_POWER, GIANT_ROBE }, { PM_GIANT, RING_MAIL, HELMET }, { PM_GIANT, LIGHT_ARMOR, HELMET }, - { PM_GIANT, CLOAK_OF_MAGIC_RESISTANCE, LOW_BOOTS }, + { PM_GIANT, CLOAK_OF_MAGIC_RESISTANCE, GIANT_ROBE }, { PM_GIANT, RIN_STEALTH, RIN_SEARCHING }, { PM_GIANT, SPLINT_MAIL, LARGE_SPLINT_MAIL }, { PM_GIANT, CHAIN_MAIL, LOW_BOOTS },