Alien Biomes: Add warning
This commit is contained in:
parent
c334459db2
commit
c481394e55
1 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,11 @@ Init.events[defines.events.on_player_created] = function(event)
|
||||||
if storage.init[event.player_index] then return end
|
if storage.init[event.player_index] then return end
|
||||||
|
|
||||||
storage.init[event.player_index] = true
|
storage.init[event.player_index] = true
|
||||||
|
|
||||||
|
if script.active_mods["alien-biomes"] then
|
||||||
|
game.print("While Alien Biomes is playable with Lignumis, it is not recommended as it prevents trees from being generated on Lignumis.")
|
||||||
|
end
|
||||||
|
|
||||||
init_player(event)
|
init_player(event)
|
||||||
init_freeplay(event)
|
init_freeplay(event)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue