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.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/game/act.go b/internal/game/act.go
index 91f05a8..1fc2b1c 100644
--- a/internal/game/act.go
+++ b/internal/game/act.go
@@ -235,8 +235,8 @@ func (g *Game) AdvanceActions() {
g.advanceTalk(sess, p)
case behavior.TypeTriggerModule:
g.advanceTriggerModule(sess, p)
- case behavior.TypeUseInteraction:
- g.advanceUseInteraction(sess, p)
+ case behavior.TypeInteractionSeq:
+ g.advanceInteractionSeq(sess, p)
case behavior.TypeCombine:
g.advanceCombine(sess, p)
default: