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.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/internal/game/act.go b/internal/game/act.go
index 6d4a208..9e07886 100644
--- a/internal/game/act.go
+++ b/internal/game/act.go
@@ -236,13 +236,13 @@ func (g *Game) AdvanceActions() {
g.advanceObstacle(sess, p)
case behavior.TypeTalk:
g.advanceTalk(sess, p)
- case behavior.TypeTriggerModule:
- g.advanceTriggerModule(sess, p)
- case behavior.TypeUseInteraction:
- g.advanceUseInteraction(sess, p)
- case behavior.TypeCombine:
- g.advanceCombine(sess, p)
- default:
+ case behavior.TypeTriggerModule:
+ g.advanceTriggerModule(sess, p)
+ case behavior.TypeUseInteraction:
+ g.advanceUseInteraction(sess, p)
+ case behavior.TypeCombine:
+ g.advanceCombine(sess, p)
+ default:
if productionActionTypes[string(p.Action.Type)] {
g.advanceProduction(sess, p)
}