Fixed some of the code related with Liu Yuen and fixed some of the javadocing

This commit is contained in:
2019-03-24 23:31:05 -06:00
parent 4d8265ea79
commit 0f56a515c1
3 changed files with 30 additions and 9 deletions

View File

@@ -173,7 +173,7 @@ public class TravelGUI extends Player{
//Continues on to either shop or shipwarfare
continueButton.setOnAction(event -> {
if(peasantShipScene){
if(peasantShipScene && getAttackingShips()){
ShipWarfareGUI ship = new ShipWarfareGUI(getPlayer());
try {
ship.initializeShip(stage);