Všechna monstra, dynamický targeting. Bugfixy u monster.
This commit is contained in:
parent
55fd052072
commit
4fdff0a0cc
18 changed files with 345 additions and 43 deletions
|
|
@ -35,7 +35,7 @@ public static class MapManager {
|
|||
for (int j = 0; j < 2; j++){
|
||||
map[i, j] = new MapTile(CoordsToId(i, j)){Owner = Server.P1};
|
||||
}
|
||||
map[i, 2] = new MapTile(CoordsToId(i, 2));
|
||||
map[i, 2] = new MapTile(CoordsToId(i, 2)){Lit = true};
|
||||
for (int j = 3; j < 5; j++){
|
||||
map[i, j] = new MapTile(CoordsToId(i, j)){Owner = Server.P2};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue