X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=plugins%2Fclient%2FTheCrawlingEater.py;h=63c4136b9ac9fa7fa4d990be7dbe8e0364ef2b52;hb=3d97621524e3ecbdbd0b6b85c54b6d0a44b3f665;hp=86115e38ee3ed429299c8f9a8e9ec0c47e8e3ec1;hpb=fb371877bc9f844e1c85161f4fef8319b9ee677f;p=plomrogue diff --git a/plugins/client/TheCrawlingEater.py b/plugins/client/TheCrawlingEater.py index 86115e3..63c4136 100644 --- a/plugins/client/TheCrawlingEater.py +++ b/plugins/client/TheCrawlingEater.py @@ -140,21 +140,27 @@ from client.windows import win_log windows_config[:] = [ {"config": [0, -34], "func": win_map, + "scroll_hints": False, "title": "The Crawling Eater"}, {"config": [1, 33], "func": win_bar_maker(77, "%", "stomach"), + "scroll_hints": False, "title": "stomach"}, {"config": [1, 33], "func": win_bar_maker(79, "~", "kidney"), + "scroll_hints": False, "title": "kidney"}, {"config": [1, 33], "func": win_bar_maker(78, "%", "bowel"), + "scroll_hints": False, "title": "bowel"}, {"config": [1, 33], "func": win_bar_maker(80, "~", "bladder"), + "scroll_hints": False, "title": "bladder"}, {"config": [-8, 33], "func": win_log, + "scroll_hints": False, "title": "log"} ] from client.window_management import set_windows