Skip to content

Commit

Permalink
wesdtgfserg
Browse files Browse the repository at this point in the history
  • Loading branch information
slhscs240 authored and slhscs240 committed Dec 12, 2019
1 parent 13ac9de commit 4633118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 7wonders/src/Board.java
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public void calcVP(Player p) {
Player pl = playerList.get(lower);
Player p2 = playerList.get(upper);
if (com[0].equals("VP")) {
if (com[0].equalsIgnoreCase("wonder")) {
if (com[2].equalsIgnoreCase("wonder")) {
if (com[1].equals("LR")) {
vp += pl.getWonder().getCurrentStage();
vp += p2.getWonder().getCurrentStage();
Expand Down

0 comments on commit 4633118

Please sign in to comment.