WARNING: Missing return values in boolean functions will soon become an error (relay_Universal_Recovery.ash, line 118)
No idea what it means, and it doesn't seem to be affecting anything, but I figured I should pass it along just in case.
"return true" would be betterFor anyone who is a little OCD like I am, they can just add the word "return" as the first part of line 117 to stop seeing that warning message.
"return true" would be better
1432 boolean futile = max_heal(options) < target - my_hp(); // Can I heal with Inventory?