Run npm install
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m23s

This commit is contained in:
2025-12-16 01:06:00 +01:00
parent 9510650dd1
commit 63c2e85f7d
614 changed files with 6056 additions and 159231 deletions

View File

@@ -132,7 +132,7 @@ are the ones listed below.
- `https://screeps.com/api/user/world-status`
- `{ ok, status }`
- `status` is usually "normal"; it's unknown what else it can be
- `status` can be `"lost"`, `"empty"` or `"normal"`, lost is when you loose all your spawns, empty is when you have respawned and not placed your spawn yet.;
- `https://screeps.com/api/user/world-start-room`
- `{ ok, room: [ <room name> ] }`