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

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