patch dmg negatif
This commit is contained in:
Binary file not shown.
@@ -97,6 +97,7 @@ public abstract class Card{
|
|||||||
public void makeStronger(int amount)
|
public void makeStronger(int amount)
|
||||||
{
|
{
|
||||||
attack += amount;
|
attack += amount;
|
||||||
|
if(attack < 0)attack=0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user