diff --git a/src/model/Card.java b/src/model/Card.java index 6c4df64..344c514 100644 --- a/src/model/Card.java +++ b/src/model/Card.java @@ -25,9 +25,7 @@ public class Card private Boolean _effect; //True if it effects all players - private int _value; // Any integer value that can be attached to the card. If card needs no value, put 0 - - private int _value1; //value of cost + private int _value; // Any integer value that can be attached to the card. If card needs no value, put 0. Value of cost for deal cards apparently. private int _value2; //value of Down Payment