mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 16:49:04 +00:00
Cleanup.
This commit is contained in:
@@ -50,7 +50,8 @@ class FinishedPotion
|
|||||||
action = FinishedMixingAction.new(player, primary, secondary, self)
|
action = FinishedMixingAction.new(player, primary, secondary, self)
|
||||||
listener = FinishedMixingDialogueListener.new(player, action)
|
listener = FinishedMixingDialogueListener.new(player, action)
|
||||||
|
|
||||||
open_dialogue(player, @item.id, listener) end
|
open_dialogue(player, @item.id, listener)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# A DialogueAdapter used for mixing potions. It is also used as an EnterAmountListener for the amount of mixing actions.
|
# A DialogueAdapter used for mixing potions. It is also used as an EnterAmountListener for the amount of mixing actions.
|
||||||
|
|||||||
Reference in New Issue
Block a user