From 988b006a5bb9edb6465653566e7bdf8175347b8c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 16:50:41 -0400 Subject: feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps --- building_guide/hacking.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'building_guide/hacking.md') 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`) -- cgit v1.2.3