Bugfixes / Balance of fuse

This commit is contained in:
Anuken
2019-05-30 23:05:15 -04:00
parent e7e4985761
commit 72cad1409f
4 changed files with 15 additions and 12 deletions

View File

@@ -559,7 +559,7 @@ public class Player extends Unit implements BuilderTrait, ShooterTrait{
updateShooting(); //server simulates player shooting
}
return;
}else{
}else if(world.isZone()){
//unlock mech when used
data.unlockContent(mech);
}