refresh Towers

This commit is contained in:
weiss
2020-04-12 06:39:31 +02:00
parent c9547f5197
commit f6ad99ec8a
2 changed files with 35 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ type Site =
, owner :: Int -- -1 No structure, 0 friendly, 1 enemy
, param1 :: Int -- -1 No structure, else turns till training
, param2 :: Int -- -1 No structure, barracks: 0 knight 1 archer 2 giant
, mineLvl :: Int -- -1 whatever, otherwise curr. mine lvl
, lvl :: Int -- -1 whatever, otherwise curr. mine/tower lvl
}
type Minion =