Skip to content

Commit

Permalink
lnp: add dfhack config option for plugin 'kloker'
Browse files Browse the repository at this point in the history
  • Loading branch information
McArcady authored and McArcady committed Apr 16, 2021
1 parent eaaf2a2 commit dd7fe9c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions patches/lnp/default/500-config-kloker.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- a/PyLNP.json 2021-04-08 22:13:02.014748467 +0200
+++ b/PyLNP.json 2021-04-16 22:37:10.851584155 +0200
@@ -50,6 +50,10 @@
"Pure Bugfixes": {
"command": "multicmd fix/blood-del enable; repeat -time 1 -timeUnits months -command [ fix/feeding-timers ] -name feeding-timers; repeat -time 1 -timeUnits months -command [ fix/stuckdoors ] -name stuckdoors",
"tooltip": "bugfixes to run regularly, strongly recommended (fix: feeding prisoners, stuckdoors)"
- }
+ },
+ "Kloker": {
+ "command": "enable kloker",
+ "tooltip": "kloker plugin: detailed and automatic labor control"
+ }
}
}

0 comments on commit dd7fe9c

Please sign in to comment.