home · contact · privacy
TCE: Switch order of digestion bars.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 12 Mar 2016 22:43:58 +0000 (23:43 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 12 Mar 2016 22:43:58 +0000 (23:43 +0100)
plugins/client/TheCrawlingEater.py

index 3e95e524317654310b88c426891892185473ec7c..ffa630e1de7a9f3f66bef853b80fa54a769ed797 100644 (file)
@@ -143,12 +143,12 @@ windows_config[:] = [
     {"config": [1, 33],
      "func": win_bar_maker(77, "%", "stomach"),
      "title": "stomach"},
-    {"config": [1, 33],
-     "func": win_bar_maker(78, "%", "bowel"),
-     "title": "bowel"},
     {"config": [1, 33],
      "func": win_bar_maker(79, "~", "kidney"),
       "title": "kidney"},
+    {"config": [1, 33],
+     "func": win_bar_maker(78, "%", "bowel"),
+     "title": "bowel"},
     {"config": [1, 33],
      "func": win_bar_maker(80, "~", "bladder"),
       "title": "bladder"},