Skip to content
Extraits de code Groupes Projets
Valider 2f2bed34 rédigé par Samir LABANE's avatar Samir LABANE
Parcourir les fichiers

increment the counter

parent 9a25fd91
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -17,7 +17,10 @@ ...@@ -17,7 +17,10 @@
if (mValue < 0) if (mValue < 0)
{ {
if (mTimeApplyed < -mValue) if (mTimeApplyed < -mValue)
{
GameManager.Instance.Hand.Discard(param, true); //actually just discard it GameManager.Instance.Hand.Discard(param, true); //actually just discard it
mTimeApplyed++;
}
} }
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter