minor tweaks.
This commit is contained in:
@@ -420,7 +420,7 @@
|
||||
(actions/talk entities :ego "Ye Ol' Antique Shoppe."))}
|
||||
:background-houses {:box [84 145 126 180]
|
||||
:script (actions/get-script entities
|
||||
(actions/walk-to entities :ego [79 145] :face :right :stop? false :skip-type :end)
|
||||
(actions/walk-to entities :ego [81 148] :face :right :stop? false :skip-type :end)
|
||||
(actions/walk-straight-to entities :ego [92 150] :face :right)
|
||||
(actions/transition-background entities :outside-jail [159 -20])
|
||||
(actions/walk-straight-to entities :ego [159 20]))
|
||||
|
||||
@@ -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