From 3a58125d14bb307f861b38c6c5b0a63babde7e08 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 13:28:06 -0400 Subject: feat: all skills kind of implemented, random prototype content added --- data/rooms/8.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'data/rooms/8.yaml') diff --git a/data/rooms/8.yaml b/data/rooms/8.yaml index 4e36af4..b82c1bb 100644 --- a/data/rooms/8.yaml +++ b/data/rooms/8.yaml @@ -1,6 +1,11 @@ id: 8 name: "Hacking Lab" -description: "A dimly lit room filled with old terminals and flickering screens. This area is not yet accessible." +description: "A dimly lit room filled with old terminals and flickering screens. Cables dangle from the ceiling, some still sparking. The air smells of ozone and burnt circuitry. A {40}basic terminal{/} against the far wall still has power." exits: east: 9 west: 6 +objects: + - id: terminal_basic + - id: terminal_advanced + - id: terminal_secure + - id: netrunner -- cgit v1.2.3