map shortnames/identifiers

This commit is contained in:
Llywelwyn 2023-08-30 04:51:32 +01:00
parent 849a554055
commit 9fb791039f
12 changed files with 80 additions and 26 deletions

View file

@ -18,6 +18,8 @@ pub fn town_builder(
height,
difficulty,
NAME_STARTER_TOWN,
SHORTNAME_STARTER_TOWN,
0,
initial_player_level
);
chain.start_with(TownBuilder::new());