From 8f66177f438fb9f4b0034315e5f625769089089d Mon Sep 17 00:00:00 2001 From: Shagnor Date: Sun, 1 Jan 2023 00:16:29 +1100 Subject: [PATCH] Show exit from reprolabs on map. --- blastmud_game/src/static_content/room.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/blastmud_game/src/static_content/room.rs b/blastmud_game/src/static_content/room.rs index b59daff0..025f773e 100644 --- a/blastmud_game/src/static_content/room.rs +++ b/blastmud_game/src/static_content/room.rs @@ -311,7 +311,13 @@ pub fn room_list() -> &'static Vec { }, Room { zone: "melbs", - secondary_zones: vec!(), + secondary_zones: vec!( + SecondaryZoneRecord { + zone: "repro_xv", + short: ansi!("EX"), + grid_coords: GridCoords { x: 1, y: 0, z: 0 } + } + ), code: "melbs_kingst_500", name: ansi!("King Street - 500 block"), short: ansi!("||"),