combat bug fix

This commit is contained in:
2024-03-02 16:50:57 -06:00
parent 0e6ee13926
commit 67ce60124f
+1 -1
View File
@@ -1233,7 +1233,7 @@ public class Item extends AbstractWorldObject {
if (this.getItemBase() != null)
if(this.getItemBase().isVorg()){
this.clearEffects();
this.getEnchants().clear();
for(String powerString : this.getItemBase().getVorgStats()){
//AbstractPowerAction apa = PowersManager.getPowerActionByIDString(powerString);
//apa.applyBakedInStatsForItem(this, 0);