Start the game with full Action Points...

Dang, I freaked out when the soldiers couldn't move...
This commit is contained in:
Niklas Ulf Anders Cullberg
2012-10-30 21:34:54 +01:00
parent d1b3661eed
commit f2b1b731e5
+1 -1
View File
@@ -36,7 +36,7 @@ namespace DepthsBelow
}
public int MaxActionPoints = 10;
int actionPointsLeft = 0;
int actionPointsLeft = 10;
public int AP
{