Skip to content

Commit

Permalink
Reset config values
Browse files Browse the repository at this point in the history
closes #17


Former-commit-id: 1f1f543
  • Loading branch information
Nexela committed Nov 10, 2016
1 parent 02e8743 commit 64e97fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ PYC.TAILINGS_POND = {} -- Do not change

--Messages and stuff for developers
--These should be false in a release.
PYC.DEBUG = true
PYC.DEBUG_QUICKSTART = true
PYC.DEBUG = false
PYC.DEBUG_QUICKSTART = false

--Changes some vanilla/mod recipes to use Creosate
--USE_CREOSOTE_RECIPES, if false will disable use of creosote in vanilla recipes. if true
Expand All @@ -29,7 +29,7 @@ PYC.TAILINGS_POND.GAS_POLLUTE_MODIFIER = .15
--chance is a percentage from 1 to 100, set to 0 to disable.
--ticks is the number of ticks that must pass with a full tank before another check is done.
PYC.TAILINGS_POND.SCORCH_CHANCE = 3 --default 3
PYC.TAILINGS_POND.SCORCH_TICKS = 3600 --default: 3600 (this will check every 1 minutes)
PYC.TAILINGS_POND.SCORCH_TICKS = 36000 --default: 36000 (this will check every 10 minutes)


--List of Gas fluids, true values cause pollution when vented, all gasses with gas in the name fall under this category
Expand Down

0 comments on commit 64e97fa

Please sign in to comment.