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 31d8a33..78f298d 100644
--- a/internal/game/act.go
+++ b/internal/game/act.go
@@ -232,6 +232,8 @@ func (g *Game) AdvanceActions() {
g.advanceObstacle(sess, p)
case behavior.TypeTalk:
g.advanceTalk(sess, p)
+ case behavior.TypeTriggerModule:
+ g.advanceTriggerModule(sess, p)
default:
if productionActionTypes[string(p.Action.Type)] {
g.advanceProduction(sess, p)