zerg mechanic overhaul

This commit is contained in:
2024-03-01 19:39:03 -06:00
parent 02d22f0881
commit ab5943e4b2
3 changed files with 30 additions and 18 deletions
+1
View File
@@ -735,6 +735,7 @@ public class Mine extends AbstractGameObject {
player.ZergMultiplier = ZergManager.getMultiplier20Man(count,player);
break;
}
player.mineAppliedID = this.getObjectUUID();
} else{
player.ZergMultiplier = 1.0f; //something went wrong reset to default until next cycle
}
+1
View File
@@ -177,6 +177,7 @@ public class PlayerCharacter extends AbstractCharacter {
public boolean isBoxed = false;
public float ZergMultiplier = 1.0f;
public int mineAppliedID = 0;
/**
* No Id Constructor
*/