Browse Source

Item prefix and suffix applied

combat-2
MagicBot 7 months ago
parent
commit
a859150a20
  1. 2
      src/engine/gameManager/ForgeManager.java

2
src/engine/gameManager/ForgeManager.java

@ -314,7 +314,7 @@ public enum ForgeManager implements Runnable {
// Apply Item effects for Prefix and Suffix tokens // Apply Item effects for Prefix and Suffix tokens
applyItemEffects(workOrderItem); applyItemEffects(completedItem);
// add to the vendor inventory // add to the vendor inventory

Loading…
Cancel
Save