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

@ -1,2 +1,2 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r588 \cu(Sat 31 Oct 01:57:07 CET 2020)";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r589 \cu(Sat 31 Oct 18:18:32 CET 2020)";

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;
}