From 6f3d21d6e7f01155ce0c461857a053b43d329392 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 02:29:55 -0400 Subject: feat: recall/home cmd, line break option --- internal/game/cmd_home.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 internal/game/cmd_home.go (limited to 'internal/game/cmd_home.go') 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") +} -- cgit v1.2.3