Browse Source

Make Bucklers available in shareware

pull/6393/head
staphen 3 years ago committed by Anders Jenbo
parent
commit
470c028c17
  1. 2
      Source/items.cpp

2
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

Loading…
Cancel
Save