From dcbb816ab44ed0349e8eb91eb67dadbcd873b732 Mon Sep 17 00:00:00 2001 From: Jacklyn J Videira Date: Thu, 2 Mar 2017 21:42:20 -0500 Subject: [PATCH] hello its me --- src/model/Card.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/model/Card.java b/src/model/Card.java index 4e74377..d980ff6 100644 --- a/src/model/Card.java +++ b/src/model/Card.java @@ -17,7 +17,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. Value of cost for deal cards apparently. + 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. private int _value2; //value of Down Payment @@ -71,4 +71,4 @@ public class Card -} \ No newline at end of file +}