Added the "speed" statistic

This commit is contained in:
Kayne Ruse
2014-05-16 17:56:40 +10:00
parent b1d6e5a314
commit 873715b28c
4 changed files with 7 additions and 3 deletions
+1
View File
@@ -40,6 +40,7 @@ struct EnemyData {
int defence = 0;
int intelligence = 0;
int resistance = 0;
int speed = 0;
float accuracy = 0.0;
float evasion = 0.0;
float luck = 0.0;