fixed up jail sequence
This commit is contained in:
@@ -4,17 +4,15 @@
|
|||||||
+ ending
|
+ ending
|
||||||
+ proper save/settings file location
|
+ proper save/settings file location
|
||||||
+ descriptions for all items when used on self.
|
+ descriptions for all items when used on self.
|
||||||
+ alternate solutions to puzzle in jail (strength potion etc)
|
+ mark the squeaky board a bit
|
||||||
+ Antique shop dialogue
|
+ Antique shop dialogue
|
||||||
+ Have a gag that is that the room is dark
|
+ Have a gag that is that the room is dark
|
||||||
+ Have to open curtains
|
+ Have to open curtains
|
||||||
+ "Specialty lava mints, hand delivered by Gandarf!"
|
+ "Specialty lava mints, hand delivered by Gandarf!"
|
||||||
|
|
||||||
+ sometimes you can walk on stuff (like gandarf's door)
|
+ Update all collisions
|
||||||
|
|
||||||
+ Should be able to put back or give back antique shops stuff
|
+ Should be able to put back or give back antique shops stuff
|
||||||
+ putting out the candle in jail
|
|
||||||
+ lighting the hay on fire in jail
|
|
||||||
+ mark the squeaky board a bit
|
|
||||||
+ you can drink the strength potion while in blood clots hand
|
+ you can drink the strength potion while in blood clots hand
|
||||||
+ try to have dialogue for every wrong interaction
|
+ try to have dialogue for every wrong interaction
|
||||||
|
|
||||||
|
|||||||
@@ -135,6 +135,7 @@
|
|||||||
(actions/do-dialogue entities :ego "What's this?"
|
(actions/do-dialogue entities :ego "What's this?"
|
||||||
:ego "Hello hello!"
|
:ego "Hello hello!"
|
||||||
:ego "It's the key!")
|
:ego "It's the key!")
|
||||||
|
(actions/give entities :key)
|
||||||
(actions/do-dialogue entities :ego "Come on! It's that easy to escape?"
|
(actions/do-dialogue entities :ego "Come on! It's that easy to escape?"
|
||||||
:ego "We're not going to at least do that dog and bone scenario?"
|
:ego "We're not going to at least do that dog and bone scenario?"
|
||||||
:ego "I get to just take the key and leave?"
|
:ego "I get to just take the key and leave?"
|
||||||
@@ -315,7 +316,7 @@
|
|||||||
(get-in entities [:room :entities :ego :right :walk])} (get-in entities [:room :entities :ego :anim]))]
|
(get-in entities [:room :entities :ego :right :walk])} (get-in entities [:room :entities :ego :anim]))]
|
||||||
(if is-walking?
|
(if is-walking?
|
||||||
(let [entities (-> entities
|
(let [entities (-> entities
|
||||||
(update-in [:actions] #(assoc % :channel (chan) :current nil :started? false))
|
(update-in [:actions] #(assoc % :channel (chan) :current nil :started? false :script-running? false))
|
||||||
(update-in [:room :entities :ego] #(actions/start-animation screen % :stand)))]
|
(update-in [:room :entities :ego] #(actions/start-animation screen % :stand)))]
|
||||||
((actions/get-script entities
|
((actions/get-script entities
|
||||||
(actions/stop-walking entities :ego)
|
(actions/stop-walking entities :ego)
|
||||||
|
|||||||
Reference in New Issue
Block a user