From 2725e2927a1595c7b100d942d1f14146252adeb7 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 25 Jun 2026 04:46:40 -0400 Subject: feat: who, global chat, removed redundant YAML IDs --- building_guide/hacking.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'building_guide/hacking.md') diff --git a/building_guide/hacking.md b/building_guide/hacking.md index 8927b3e..c17d11a 100644 --- a/building_guide/hacking.md +++ b/building_guide/hacking.md @@ -2,10 +2,11 @@ Hacking minigames are played by jacking into terminal objects. Terminals are YAML objects that are registered in Go's `terminalDefs` map. +**The filename is the ID** (`terminal_basic.yaml` → `terminal_basic`); like all objects, the loader derives the ID from the filename — don't add an `id:` field (see `objects.md`). + ### Terminal Object YAML ```yaml -id: terminal_basic name: basic terminal color: "40" description: "A battered terminal with a cracked screen. {40}[Level 1 Hacking]{/}" -- cgit v1.2.3