diff --git a/screenshots/screenshot_day_3.png b/screenshots/screenshot_day_3.png index 84668df..0a138b9 100644 Binary files a/screenshots/screenshot_day_3.png and b/screenshots/screenshot_day_3.png differ diff --git a/sources/DisciplesRL.Player.pas b/sources/DisciplesRL.Player.pas index c24842c..be82549 100644 --- a/sources/DisciplesRL.Player.pas +++ b/sources/DisciplesRL.Player.pas @@ -24,7 +24,7 @@ implementation procedure Init; begin Player.Turn := 0; - Player.Radius := 41; + Player.Radius := 1; RefreshRadius; end;