Fixed some of the code related with Liu Yuen and fixed some of the javadocing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user