From 8d8513ac6f09a4b4363e766d5d4c30c1f666a85b Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 12 Mar 2016 23:43:58 +0100
Subject: [PATCH] TCE: Switch order of digestion bars.

---
 plugins/client/TheCrawlingEater.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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"},
-- 
2.30.2