From 010fa439399581391fcd509d2058191ff4fa74b3 Mon Sep 17 00:00:00 2001 From: historia Date: Sat, 20 Jun 2026 21:36:32 -0400 Subject: feat: stop command added --- cmd/mud/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/mud/main.go b/cmd/mud/main.go index 234e3e0..c51cc6e 100644 --- a/cmd/mud/main.go +++ b/cmd/mud/main.go @@ -67,7 +67,7 @@ func main() { g.SetHub(server.Hub()) junkItems := []string{"solarjunk", "ecojunk", "hydrojunk", "biojunk", "chaosjunk", - "cosmicjunk", "naturejunk", "bloodjunk", "deathjunk", "lawjunk", "scrap_metal"} + "cosmicjunk", "naturejunk", "bloodjunk", "deathjunk", "lawjunk", "scrap"} for _, j := range junkItems { g.World.AddGroundItem(1, j, 500) } -- cgit v1.2.3