expanded so you can't make strength potion without mandrake.
This commit is contained in:
@@ -171,10 +171,19 @@
|
||||
:talk-color (color 0.2 1.0 0.2 1.0)
|
||||
:talk shopkeep-talk
|
||||
:script (actions/get-script entities (do-antique-dialogue entities))
|
||||
:scripts {:teddy (actions/get-script entities
|
||||
(if (get-in @entities [:state :allowed-to-keep-teddy?])
|
||||
(actions/talk entities :shopkeep "Please give the teddy bear to Herb when you see him.")
|
||||
(actions/talk entities :shopkeep "That belonged to my long lost son.")))}
|
||||
:scripts #(condp = %
|
||||
:teddy (actions/get-script entities
|
||||
(if (get-in @entities [:state :allowed-to-keep-teddy?])
|
||||
(actions/talk entities :shopkeep "Please give the teddy bear to Herb when you see him.")
|
||||
(actions/talk entities :shopkeep "That belonged to my long lost son.")))
|
||||
:portrait (actions/get-script entities
|
||||
(if (get-in @entities [:state :allowed-to-keep-teddy?])
|
||||
(actions/talk entities :shopkeep "That's a portrait of my little Herb. "
|
||||
:shopkeep "Please put it back before you leave." )
|
||||
(actions/talk entities :shopkeep "That's a portrait of my long lost son. "
|
||||
:shopkeep "Please put it back before you leave.")))
|
||||
(actions/get-script entities
|
||||
(actions/talk entities :shopkeep "No thanks, sonny.")))
|
||||
)
|
||||
:stand)
|
||||
:portrait portrait
|
||||
|
||||
Reference in New Issue
Block a user