diff options
Diffstat (limited to 'building_guide/hacking.md')
| -rw-r--r-- | building_guide/hacking.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/building_guide/hacking.md b/building_guide/hacking.md index c17d11a..dc4372b 100644 --- a/building_guide/hacking.md +++ b/building_guide/hacking.md @@ -8,9 +8,9 @@ Hacking minigames are played by jacking into terminal objects. Terminals are YAM ```yaml name: basic terminal -color: "40" -description: "A battered terminal with a cracked screen. {40}[Level 1 Hacking]{/}" -inroom_description: "A {40}basic terminal{/} hums quietly against the wall." +color: "28" +description: "A battered terminal with a cracked screen. {28}[Level 1 Hacking]{/}" +inroom_description: "A {28}basic terminal{/} hums quietly against the wall." ``` - `id` must match a key in `terminalDefs` (Go code in `internal/game/hacking.go`) |
