diff options
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemPotion.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Items/ItemPotion.h b/src/Items/ItemPotion.h index 470a7c67f..86330d1c0 100644 --- a/src/Items/ItemPotion.h +++ b/src/Items/ItemPotion.h @@ -77,8 +77,7 @@ public: if (!a_Player->IsGameModeCreative()) { - a_Player->GetInventory().RemoveOneEquippedItem(); - a_Player->GetInventory().AddItem(cItem(E_ITEM_GLASS_BOTTLE)); + a_Player->ReplaceOneEquippedItemTossRest(cItem(E_ITEM_GLASS_BOTTLE)); } return true; } |