Skip to content

Commit

Permalink
Add minimal scenario (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
grilledham authored Oct 19, 2024
1 parent 1d2760d commit 95d23ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scenario_templates/minimal/map_selction.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
local config = require 'config'
config.redmew_surface.enabled = false
config.market.enabled = false
config.reactor_meltdown.enabled = false
config.player_create.starting_items = {}
config.player_rewards.enabled = false
config.apocalypse.enabled = false

0 comments on commit 95d23ee

Please sign in to comment.