Huh. Yeah, I'll try and figure it out. It's weird, because I haven't been able to replicate the bug.
Edit:Minor update! I separated the scan and listen prompts into toggle-able buttons, plus added gauges for the hunger and thirst level. The hunger and thirst gauges may not be completely accurate, just yet. I'm not exactly sure if I have the different hunger and thirst levels right.
For the meantime, I have
thirst at this order: dehydrated, parched, very thirsty, thirsty, little thirsty, not thirsty.
Hunger, on the other hand, goes in this order: starving, famished, very hungry, hungry, little hungry, peckish, satisfied, full, stuffed.
You can install it by pasting one of these one-liners into Mudlet:
Prompt:lua function d(a,b)if not b:find("arm_prompt",1,true)then return end installPackage(b)os.remove(b)cecho("<lime_green>Package installed!\n")end registerAnonymousEventHandler("sysDownloadDone","d")downloadFile(getMudletHomeDir().."/arm_prompt.zip","https://raw.githubusercontent.com/azuriolinist/armageddon-mudlet/staging/arm_prompt.zip")
Prompt (with sidebar):lua function d(a,b)if not b:find("arm_gui",1,true)then return end installPackage(b)os.remove(b)cecho("<lime_green>Package installed!\n")end registerAnonymousEventHandler("sysDownloadDone","d")downloadFile(getMudletHomeDir().."/arm_gui.zip","https://raw.githubusercontent.com/azuriolinist/armageddon-mudlet/staging/arm_gui.zip")
