format fixes
This commit is contained in:
@@ -7,9 +7,15 @@ func screenTrinketShop() screen {
|
||||
background: BgTrinketShop,
|
||||
onSelector: true,
|
||||
exits: []exit{
|
||||
{to: ScreenSmallRestaurant, label: "the eating place next door", side: sideRight},
|
||||
{
|
||||
to: ScreenSecretClub, label: "the way in at the back", side: sideBack,
|
||||
to: ScreenSmallRestaurant,
|
||||
label: "the eating place next door",
|
||||
side: sideRight,
|
||||
},
|
||||
{
|
||||
to: ScreenSecretClub,
|
||||
label: "the way in at the back",
|
||||
side: sideBack,
|
||||
needs: FlagClubEntry,
|
||||
blocked: "Just a shop, as far as the man behind the counter is concerned.",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user