Skip to content

Commit

Permalink
Add new entry to admin cookbook and change title (#144)
Browse files Browse the repository at this point in the history
Restoring power to the station is a useful and cook-book-y action. It's
definitely something that should be documented in the wiki somewhere.
Even though it isn't a command, no other place seems better for it than
the admin command cookbook. This commit changes the cookbook's title to
encompass admin cook-book-y things in general, and it adds the new entry
to it.
  • Loading branch information
veliebm authored Feb 1, 2024
1 parent 2685e58 commit 83afba0
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Admin Command Cookbook
# Admin Cookbook

## Delete PA & Singularity Generator
```
entities named "PA .*" do delete $ID
deleteewi SingularityGenerator
```
## Add power to the station permanently
`Admin menu -> objects -> select grids in dropdown -> right click the station -> tricks -> click the battery with the ∞`
## Uncurse all lockers
`entities with CursedEntityStorage do rmcomp $ID CursedEntityStorage; addcomp $ID EntityStorage`
## Remove all ghostroles
Expand Down

0 comments on commit 83afba0

Please sign in to comment.