Nuggets no longer have COUNTITEM. People who go for 100% items can thank me later.

This commit is contained in:
Mari the Deer 2020-10-31 18:18:32 +01:00
commit 3c164b9c57
3 changed files with 1 additions and 3 deletions

View file

@ -36,7 +36,6 @@ Class ArmorNuggetItem : SWWMSpareArmor
Inventory.UseSound "misc/armor_pkup";
SWWMSpareArmor.GiveArmor "ArmorNugget";
+INVENTORY.ALWAYSPICKUP;
+COUNTITEM;
Radius 6;
Height 20;
}

View file

@ -83,7 +83,6 @@ Class HealthNuggetItem : SWWMHealth
Inventory.InterHubAmount 20;
SWWMHealth.GiveHealth "HealthNugget";
+INVENTORY.ALWAYSPICKUP;
+COUNTITEM;
Radius 6;
Height 20;
}