including dialogue tweaks.
This commit is contained in:
@@ -22,11 +22,11 @@
|
||||
(not (get-in entities [:state :blergh-dead?]))
|
||||
(not (actions/has-item? entities :magic-slingshot)))
|
||||
((actions/get-script entities (actions/do-dialogue entities :bloodclot-head (rand-nth ["Come over here, so I can eat you!"
|
||||
"The taste of children makes my tummy rumble!"
|
||||
"Come here and fight me like man!"
|
||||
"Georgia McGorgeous will be so impressed with how quickly I eat you!"
|
||||
"Come on, I'm hungry!"
|
||||
"First I'll eat you, then I'll eat Georgia McGorgeous!"]))) entities))
|
||||
"The taste of children makes my tummy rumble!"
|
||||
"Come here and fight me like a good little morsel!"
|
||||
"Georgia McGorgeous will be so impressed with how quickly I eat you!"
|
||||
"Come on, I'm hungry!"
|
||||
"First I'll eat you, then I'll eat Georgia McGorgeous!"]))) entities))
|
||||
nil)
|
||||
|
||||
(defn shock [screen entities]
|
||||
@@ -283,7 +283,7 @@
|
||||
(utils/save-chapter @entities :chapter-3))))
|
||||
:magic-slingshot (actions/get-script entities
|
||||
(actions/do-dialogue entities
|
||||
:ego "Hey Bloodclot!"
|
||||
:ego "Hey, Bloodclot!"
|
||||
:ego "Eat this!")
|
||||
(actions/play-animation entities :ego :shoot)
|
||||
(actions/add-entity entities :bullet (get-in @entities [:room :bullet]))
|
||||
|
||||
Reference in New Issue
Block a user