diff options
| author | historia <[not public]> | 2026-07-01 22:39:42 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 22:39:42 -0400 |
| commit | 778157981cccb8cb4856e3ab5a72085830c59120 (patch) | |
| tree | 95a69bd1586609cdc960a1e721cbde0b4cfa1b9a /data | |
| parent | c14c2e403c75a913e1a6d962fb6fe64f013adae5 (diff) | |
| download | thehouseoficarus-778157981cccb8cb4856e3ab5a72085830c59120.tar.gz | |
feat: god <level> lets admins set all stats to level
Diffstat (limited to 'data')
| -rw-r--r-- | data/help/god.yaml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/data/help/god.yaml b/data/help/god.yaml index d68e045..ac0fc97 100644 --- a/data/help/god.yaml +++ b/data/help/god.yaml @@ -1,7 +1,9 @@ name: god description: |- - Admin-only. Temporarily sets all your skills to level 99, prevents mobs - from aggressing you, lets you walk through blocked exits, and makes you - immune to hazard damage and death. Does not persist across reconnects. - Usage: god + Admin-only. Temporarily sets all your skills to a given level, prevents + mobs from aggressing you, lets you walk through blocked exits, and makes + you immune to hazard damage and death. Does not persist across reconnects. + Usage: god [level] + god - set all skills to 99 + god 20 - set all skills to level 20 (1-99) Use 'ungod' to restore your normal stats and privileges. |
