prospector costs 500k
This commit is contained in:
@@ -210,6 +210,15 @@ public class Contract extends AbstractGameObject {
|
|||||||
}
|
}
|
||||||
return returnList;
|
return returnList;
|
||||||
}
|
}
|
||||||
|
if(this.getObjectUUID() == 900){
|
||||||
|
for(MobEquipment me : this.sellInventory){
|
||||||
|
if(me.getItemBase().getName().equals("Prospector")){
|
||||||
|
me.magicValue = 500;
|
||||||
|
} else{
|
||||||
|
me.magicValue = 1000;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
return this.sellInventory;
|
return this.sellInventory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user