Browse Source

combat bug fix

lakebane-master
FatBoy-DOTC 8 months ago
parent
commit
67ce60124f
  1. 2
      src/engine/objects/Item.java

2
src/engine/objects/Item.java

@ -1233,7 +1233,7 @@ public class Item extends AbstractWorldObject {
if (this.getItemBase() != null) if (this.getItemBase() != null)
if(this.getItemBase().isVorg()){ if(this.getItemBase().isVorg()){
this.clearEffects(); this.getEnchants().clear();
for(String powerString : this.getItemBase().getVorgStats()){ for(String powerString : this.getItemBase().getVorgStats()){
//AbstractPowerAction apa = PowersManager.getPowerActionByIDString(powerString); //AbstractPowerAction apa = PowersManager.getPowerActionByIDString(powerString);
//apa.applyBakedInStatsForItem(this, 0); //apa.applyBakedInStatsForItem(this, 0);

Loading…
Cancel
Save