aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-08 14:50:37 -0400
committerhistoria <[not public]>2026-07-08 14:50:37 -0400
commit9184377301c2604e003f36426788c032fb0ca524 (patch)
tree3d5446bd62eef53a2fbcad206b2617c76d6598fe /cmd
parentf8f3959236c0e36a93e2cd2ffa5063f8ea5005a3 (diff)
downloadthehouseoficarus-9184377301c2604e003f36426788c032fb0ca524.tar.gz
feat: remove old science testing spawns
Diffstat (limited to 'cmd')
-rw-r--r--cmd/thoi/main.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd/thoi/main.go b/cmd/thoi/main.go
index 60a30aa..b0b25c0 100644
--- a/cmd/thoi/main.go
+++ b/cmd/thoi/main.go
@@ -77,12 +77,6 @@ func main() {
}
g.SetHub(server.Hub())
- junkItems := []string{"solarjunk", "ecojunk", "hydrojunk", "biojunk", "chaosjunk",
- "cosmicjunk", "naturejunk", "bloodjunk", "deathjunk", "lawjunk", "scrap"}
- for _, j := range junkItems {
- g.World.AddGroundItem(1, j, 500)
- }
-
if cfg.AdminHTTP.Enabled {
adminSrv, err := admin.NewServer(cfg, false, g.AccountStore, g.World, g.ItemStore, g.ObjectStore, g.MobStore, dataDir, g.CourseStore.ReloadAll, g.RewriteRoomIDs)
if err != nil {