Unlockable mechs

This commit is contained in:
Anuken
2018-08-24 08:55:19 -04:00
parent 206314f4f4
commit 5de61aaed3
4 changed files with 29 additions and 8 deletions

View File

@@ -476,6 +476,9 @@ public class Player extends Unit implements BuilderTrait, CarryTrait, ShooterTra
updateShooting(); //server simulates player shooting
}
return;
}else{
//unlock mech when used
control.database().unlockContent(mech);
}
if(mobile){