aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_home.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_home.go')
-rw-r--r--internal/game/cmd_home.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/game/cmd_home.go b/internal/game/cmd_home.go
new file mode 100644
index 0000000..bc432c6
--- /dev/null
+++ b/internal/game/cmd_home.go
@@ -0,0 +1,7 @@
+package game
+
+import "thehouseoficarus/internal/net"
+
+func (g *Game) executeHome(sess *net.Session, args []string, rawInput string) {
+ g.doTrigger(sess, "transport_home")
+}