aboutsummaryrefslogtreecommitdiff
path: root/cmd/mud/main.go
diff options
context:
space:
mode:
authorhistoria <workhorse@localhost.localdomain>2026-06-20 21:36:32 -0400
committerhistoria <workhorse@localhost.localdomain>2026-06-20 21:36:32 -0400
commit010fa439399581391fcd509d2058191ff4fa74b3 (patch)
tree2deb54f5b2724e34091e6fb97390e6958f973561 /cmd/mud/main.go
parent00a0622dcb5eae90b4ec14ed16c527b81f963c3f (diff)
downloadthehouseoficarus-010fa439399581391fcd509d2058191ff4fa74b3.tar.gz
feat: stop command added
Diffstat (limited to 'cmd/mud/main.go')
-rw-r--r--cmd/mud/main.go2
1 files changed, 1 insertions, 1 deletions
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)
}