Flesh out the full map of Melbs sewers
This commit is contained in:
parent
033cbf2273
commit
169e56dc84
@ -50,7 +50,7 @@ pub async fn announce_move(
|
||||
arriving: &Item,
|
||||
) -> DResult<()> {
|
||||
let msg_leaving = format!(
|
||||
"{} departs towards {}\n",
|
||||
"{} departs towards {}.\n",
|
||||
&character.display_for_sentence(1, true),
|
||||
&arriving.display
|
||||
);
|
||||
@ -63,7 +63,7 @@ pub async fn announce_move(
|
||||
.await?;
|
||||
|
||||
let msg_arriving = format!(
|
||||
"{} arrives from {}\n",
|
||||
"{} arrives from {}.\n",
|
||||
&character.display_for_sentence(1, true),
|
||||
&leaving.display
|
||||
);
|
||||
|
@ -180,6 +180,8 @@
|
||||
- direction: north
|
||||
- direction: south
|
||||
- direction: east
|
||||
- direction: down
|
||||
target: !Custom room/melbs_sewers_1i
|
||||
should_caption: false
|
||||
scavtable: CityStreet
|
||||
- zone: melbs
|
||||
@ -302,6 +304,8 @@
|
||||
exits:
|
||||
- direction: west
|
||||
- direction: east
|
||||
- direction: down
|
||||
target: !Custom room/melbs_sewers_2o
|
||||
should_caption: false
|
||||
scavtable: CityStreet
|
||||
- zone: melbs
|
||||
@ -472,6 +476,8 @@
|
||||
- direction: north
|
||||
- direction: west
|
||||
- direction: east
|
||||
- direction: down
|
||||
target: !Custom room/melbs_sewers_9q
|
||||
should_caption: false
|
||||
scavtable: CityStreet
|
||||
- zone: melbs
|
||||
@ -585,6 +591,8 @@
|
||||
exits:
|
||||
- direction: west
|
||||
- direction: north
|
||||
- direction: down
|
||||
target: !Custom room/melbs_sewers_17q
|
||||
should_caption: false
|
||||
scavtable: CityStreet
|
||||
- zone: melbs
|
||||
@ -599,6 +607,8 @@
|
||||
exits:
|
||||
- direction: south
|
||||
- direction: west
|
||||
- direction: down
|
||||
target: !Custom room/melbs_sewers_17a
|
||||
should_caption: false
|
||||
scavtable: CityStreet
|
||||
- zone: melbs
|
||||
@ -713,6 +723,8 @@
|
||||
- direction: north
|
||||
- direction: south
|
||||
- direction: west
|
||||
- direction: down
|
||||
target: !Custom room/melbs_sewers_17i
|
||||
should_caption: false
|
||||
scavtable: CityStreet
|
||||
- zone: melbs
|
||||
@ -925,6 +937,8 @@
|
||||
- direction: south
|
||||
- direction: west
|
||||
- direction: east
|
||||
- direction: down
|
||||
target: !Custom room/melbs_sewers_9a
|
||||
should_caption: false
|
||||
scavtable: CityStreet
|
||||
- zone: melbs
|
||||
|
File diff suppressed because it is too large
Load Diff
1081
docs/sewer-design.svg
Normal file
1081
docs/sewer-design.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 65 KiB |
Loading…
Reference in New Issue
Block a user