actually get ladder, also fixes performance problem.
This commit is contained in:
@@ -74,12 +74,18 @@
|
||||
{:run #(actions/respond entities %
|
||||
:ladder-guard "No.")
|
||||
:choices ["Pretty pretty please?"
|
||||
{:run #(do (actions/respond entities %
|
||||
:ladder-guard "Well, okay."
|
||||
:ladder-guard "Do not darest telleth a soul, or the Duke will haveth my head!")
|
||||
(actions/walk-to entities :ego [245 75] :face :right)
|
||||
(actions/play-animation entities :ego :reach)
|
||||
(actions/remove-entity entities :ladder))}
|
||||
{:run #(actions/respond entities %
|
||||
:ladder-guard "No.")
|
||||
:choices ["Pretty pretty pretty please?"
|
||||
{:run #(do (actions/respond entities %
|
||||
:ladder-guard "Well, okay."
|
||||
:ladder-guard "Do not darest telleth a soul, or the Duke will haveth my head!")
|
||||
(actions/walk-to entities :ego [245 75] :face :right)
|
||||
(actions/play-animation entities :ego :reach)
|
||||
(actions/remove-entity entities :ladder)
|
||||
(actions/give entities items/ladder))}
|
||||
"Nevermind."
|
||||
{:run #(actions/respond entities %)}]}
|
||||
"Nevermind."
|
||||
{:run #(actions/respond entities %)}]}
|
||||
"Nevermind."
|
||||
|
||||
Reference in New Issue
Block a user