added k2 military to overhaul mode

This commit is contained in:
PreLeyZero 2022-03-25 00:14:17 +01:00
parent 680f9943ad
commit d38be3b1d2
6 changed files with 43 additions and 4 deletions

View file

@ -17,7 +17,7 @@ function print_start_message()
game.print("If you wish to play 248k as an overhaul mod with tech and item integration, especially in Krastorio2 turn on the mod setting", {r=0.5, g=0, b=0.5})
elseif settings.startup['overhaul_mode'].value == true then
game.print("You are currently playing 248k on overhaul Mode.", {r=0.5, g=0, b=0.5})
game.print("If you wish to play 248k as an overhaul mod without tech and item integration turn off the mod setting", {r=0.5, g=0, b=0.5})
game.print("If you wish to play 248k as an standalone mod without tech and item integration turn off the mod setting", {r=0.5, g=0, b=0.5})
end
end