aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_verbs.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_verbs.go')
-rw-r--r--internal/game/cmd_verbs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/cmd_verbs.go b/internal/game/cmd_verbs.go
index cad90c5..57db0a6 100644
--- a/internal/game/cmd_verbs.go
+++ b/internal/game/cmd_verbs.go
@@ -118,7 +118,7 @@ func (g *Game) executeVerbs(sess *net.Session, args []string, rawInput string) {
}
}
- if def.StealTable != "" {
+ if def.Steal != nil && def.Steal.Table != "" {
addUnique(&sectionObjs, &seen, "steal "+name)
}