Všechna monstra, dynamický targeting. Bugfixy u monster.

This commit is contained in:
Perry 2026-03-17 20:14:29 +01:00
parent 55fd052072
commit 4fdff0a0cc
18 changed files with 345 additions and 43 deletions

View file

@ -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};