aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_inventory.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_inventory.go')
-rw-r--r--internal/game/cmd_inventory.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/game/cmd_inventory.go b/internal/game/cmd_inventory.go
index ae7b328..5024642 100644
--- a/internal/game/cmd_inventory.go
+++ b/internal/game/cmd_inventory.go
@@ -6,6 +6,10 @@ import (
"thehouseoficarus/internal/net"
)
+func (g *Game) executeInventory(sess *net.Session, args []string, rawInput string) {
+ g.doInventory(sess)
+}
+
func (g *Game) doInventory(sess *net.Session) {
p := sess.Player
sess.WriteLine("")