Platform: Any
Issue Type: Gameplay
Server Type: Any
————————————————————————————
Problem: When drinking from a Water-filled Glass Flask (ID 14201), the first 5 drinks from the item gives the player no water but activates the Cooling Down buff. The last drink in the Water-filled Glass Flask gives the player water.
Steps to recreate:
- Acquire or spawn a Glass Flask
- Fill the Glass Flask with any water source (Well, crafting, etc)
- Drink from the Water-filled Glass Flask
- Problem Occurs
————————————————————————————
Solution: The code within the BP_GameItem_Flask_Filled is backwards. It should execute in order from “Event On Use Item” → Add Cooling down buff → Give Water → Spawn New Item → Could not find item / Remove the old item
This change assures the Water-filled Glass Flask gives the player water with each drink and not just the final drink.