forked from MagicBane/Server
gold from mines no longer produces at half value
This commit is contained in:
@@ -647,10 +647,9 @@ public class Mine extends AbstractGameObject {
|
||||
amount = 12000000;
|
||||
break;
|
||||
}
|
||||
if(this.production.UUID == 7)
|
||||
amount *= 0.5f;
|
||||
else
|
||||
if(this.production.UUID != 7)
|
||||
amount = amount / value;
|
||||
|
||||
return (int) amount;
|
||||
}
|
||||
public Boolean onExit(HashSet<AbstractWorldObject> currentPlayers){
|
||||
|
||||
Reference in New Issue
Block a user