Forgot to remove INVBAR from armor nuggets.

This commit is contained in:
Mari the Deer 2022-06-10 00:44:44 +02:00
commit 905bf2003a
2 changed files with 2 additions and 3 deletions

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2.23 \cu(Thu 9 Jun 10:53:58 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.2.23 \cu(2022-06-09 10:53:58)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2.23 r1 \cu(Fri 10 Jun 00:46:34 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.2.23 r1 \cu(2022-06-10 00:46:34)\c-";

View file

@ -59,7 +59,6 @@ Class ArmorNuggetItem : SWWMSpareArmor
Inventory.UseSound "misc/armor_pkup";
SWWMSpareArmor.GiveArmor "ArmorNugget";
+INVENTORY.ALWAYSPICKUP;
-INVENTORY.INVBAR;
Radius 4;
Height 22;
}