aboutsummaryrefslogtreecommitdiff
path: root/internal/game/act.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/act.go')
-rw-r--r--internal/game/act.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/game/act.go b/internal/game/act.go
index 8920d0c..31d8a33 100644
--- a/internal/game/act.go
+++ b/internal/game/act.go
@@ -230,6 +230,8 @@ func (g *Game) AdvanceActions() {
g.advanceCure(sess, p)
case "obstacle":
g.advanceObstacle(sess, p)
+ case behavior.TypeTalk:
+ g.advanceTalk(sess, p)
default:
if productionActionTypes[string(p.Action.Type)] {
g.advanceProduction(sess, p)