This commit is contained in:
Major-
2014-02-23 19:47:13 +00:00
parent c93e23e5b9
commit 87d1ba4478
+2 -1
View File
@@ -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.