From 470c028c173419c505fe8ad47b031582dc445246 Mon Sep 17 00:00:00 2001 From: staphen Date: Thu, 20 Jul 2023 20:24:52 -0400 Subject: [PATCH] Make Bucklers available in shareware --- Source/items.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/items.cpp b/Source/items.cpp index 17c40c0d7..86e02f4d6 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -2436,7 +2436,7 @@ bool IsItemAvailable(int i) return false; if (gbIsSpawn) { - if (i >= 62 && i <= 71) + if (i >= 62 && i <= 70) return false; // Medium and heavy armors if (IsAnyOf(i, 105, 107, 108, 110, 111, 113)) return false; // Unavailable scrolls