From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 12 Mar 2016 22:43:58 +0000 (+0100)
Subject: TCE: Switch order of digestion bars.
X-Git-Tag: tce~34
X-Git-Url: https://plomlompom.com/repos/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/decks/static/task?a=commitdiff_plain;h=8d8513ac6f09a4b4363e766d5d4c30c1f666a85b;p=plomrogue

TCE: Switch order of digestion bars.
---

diff --git a/plugins/client/TheCrawlingEater.py b/plugins/client/TheCrawlingEater.py
index 3e95e52..ffa630e 100644
--- a/plugins/client/TheCrawlingEater.py
+++ b/plugins/client/TheCrawlingEater.py
@@ -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"},