mirror of
https://github.com/peter-tanner/017-science-transition-mod.git
synced 2024-12-02 20:10:19 +08:00
fixed victory typo
This commit is contained in:
parent
379e0c976a
commit
90cf90aa13
|
@ -158,7 +158,7 @@ end
|
|||
|
||||
if settings.startup["017-rocket-victory"].value then
|
||||
script.on_event(defines.events.on_rocket_launched, function(event)
|
||||
if game.active_game.active_mods["SpaceMod"] then
|
||||
if game.active_mods["SpaceMod"] then
|
||||
-- game.print("SpaceMod installed: not enabling victory")
|
||||
else
|
||||
game.set_game_state{game_finished = true, player_won = true, can_continue = true}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "017_science",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"factorio_version": "0.16",
|
||||
"title": "0.17 science conversion",
|
||||
"author": "npc_strider(morley376)",
|
||||
|
|
Loading…
Reference in New Issue
Block a user