diff --git a/data/plugins/skill-herblore/potion.rb b/data/plugins/skill-herblore/potion.rb index c0b6cc22..114ff1ee 100644 --- a/data/plugins/skill-herblore/potion.rb +++ b/data/plugins/skill-herblore/potion.rb @@ -50,7 +50,8 @@ class FinishedPotion action = FinishedMixingAction.new(player, primary, secondary, self) listener = FinishedMixingDialogueListener.new(player, action) - open_dialogue(player, @item.id, listener) end + open_dialogue(player, @item.id, listener) + end end # A DialogueAdapter used for mixing potions. It is also used as an EnterAmountListener for the amount of mixing actions.