Skip to content

Fix helzing draining empty potion bottle

Ghost User requested to merge (removed):helzing-dont-drain-empty-bottle into master

The Helzing wasn't checking if the loaded potion is empty (or even present), which caused it to drain the empty/non-existent bottle into the negatives.

Replaces the HMPF_BOTTLE flag with direct HMPS_BLUE checks. (As far as I can tell this flag was just a workaround for the issue mentioned above.)

Fixes "Fire Consecrated Round" help text being displayed with an empty potion loaded.

Merge request reports