Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ege-sahin committed Dec 20, 2020
1 parent 40d2b8c commit 1dd3535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/models/PirateRegion.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import controllers.modelcontrollers.GameManager;

public class PirateRegion extends Region {
private final int PIRATE_FEE = 10000;
private final int PIRATE_FEE = 5000;

public PirateRegion(int id){ super(id); }
public void performRegionAction() {
Expand Down
2 changes: 1 addition & 1 deletion src/views/popupViews/PirateRegionPopup.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Insets bottom="10.0" top="30.0" />
</VBox.margin>
</Button>
<Text layoutX="13.0" layoutY="134.0" strokeType="OUTSIDE" strokeWidth="0.0" text="You have been hijacked by pirates and lost 2000$" textAlignment="CENTER" wrappingWidth="274.13671875">
<Text layoutX="13.0" layoutY="134.0" strokeType="OUTSIDE" strokeWidth="0.0" text="You have been hijacked by pirates and lost 5000$" textAlignment="CENTER" wrappingWidth="274.13671875">
<font>
<Font size="20.0" />
</font>
Expand Down

0 comments on commit 1dd3535

Please sign in to comment.