summaryrefslogtreecommitdiff
path: root/dfhack.init-example
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-09-06 12:37:29 +0400
committerAlexander Gavrilov2012-09-06 12:37:29 +0400
commitd5ea05ebb88b40483b62aaf5dfe20e1b24e8a28a (patch)
treed900522e6e8599029f5534e34fb744f0a595bb09 /dfhack.init-example
parent8d876cc7d92faf1616d914e03c890772256ebb83 (diff)
downloaddfhack-d5ea05ebb88b40483b62aaf5dfe20e1b24e8a28a.tar.gz
dfhack-d5ea05ebb88b40483b62aaf5dfe20e1b24e8a28a.tar.bz2
dfhack-d5ea05ebb88b40483b62aaf5dfe20e1b24e8a28a.tar.xz
Implement a pressure plate sensitive to machine power.
When built next to a gearbox, it will monitor its powered state.
Diffstat (limited to 'dfhack.init-example')
-rw-r--r--dfhack.init-example3
1 files changed, 3 insertions, 0 deletions
diff --git a/dfhack.init-example b/dfhack.init-example
index af8b17f0..5af52709 100644
--- a/dfhack.init-example
+++ b/dfhack.init-example
@@ -56,6 +56,9 @@ keybinding add Alt-R@dwarfmode/QueryBuilding/Some gui/room-list.work
# interface for the liquids plugin
keybinding add Alt-L@dwarfmode/LookAround gui/liquids
+# machine power sensitive pressure plate construction
+keybinding add Ctrl-Shift-M@dwarfmode/Build/Position/Trap gui/power-meter
+
###################
# UI logic tweaks #
###################