random roll magic extra cost removed
This commit is contained in:
@@ -922,8 +922,8 @@ public class ItemFactory {
|
||||
|
||||
ItemBase goldIB = ItemBase.getGoldItemBase();
|
||||
|
||||
int baseCost = ib.getBaseValue();
|
||||
int total = (int) (baseCost + baseCost * .10);
|
||||
//int baseCost = ib.getBaseValue();
|
||||
int total = ib.getBaseValue();
|
||||
|
||||
EffectsBase suffix = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user