minor tweaks.
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
:ego "He's the mightiest knight in all of Remington."
|
||||
:ego "If only I could be as strong as him one day."
|
||||
))}
|
||||
:stump {:box [205 68 251 89]
|
||||
:stump {:box [205 68 251 100]
|
||||
:script (actions/get-script entities
|
||||
(actions/walk-to entities :ego [170 71] :face :right)
|
||||
(actions/walk-straight-to entities :ego [188 71] :face :right)
|
||||
@@ -173,7 +173,8 @@
|
||||
)
|
||||
:sword (actions/get-script entities (actions/talk entities :ego "I can just use the axe."))
|
||||
:default (actions/get-script entities (actions/talk entities :ego "No reason to chop that!"))
|
||||
:frog-legs (actions/get-script entities (actions/talk entities :ego "They're already chopped up!"))}}
|
||||
:frog-legs (actions/get-script entities (actions/talk entities :ego "They're already chopped up!"))
|
||||
:broken-clock (actions/get-script entities (actions/talk entities :ego "It's already split in half!"))}}
|
||||
:lever {:box [3 72 20 90]
|
||||
:script (actions/get-script entities
|
||||
(interact-with-lever entities))
|
||||
|
||||
Reference in New Issue
Block a user