aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-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)
}