🐛 Missing comma in bunk

This commit is contained in:
Dan Jones 2022-01-10 11:06:59 -06:00
commit afda829d46

View file

@ -9,5 +9,5 @@ Room lower_decks "Lower Decks Corridor"
Room bunk "Your bunk" lower_decks
with name 'bunk' 'bunks',
description "Your bunk is like every other bunk on the lower decks.^
It's barely big enough to fit you. But it's home."
It's barely big enough to fit you. But it's home.",
has enterable container openable;