thesource-campaigns/Miau/areas/inn.dhall

11 lines
274 B
Plaintext

let camp = ../../package.dhall
in camp.Area::{
, name = "inn"
, humanName = "Cihan Inn"
, description =
"The inn of Cihan, you can stay here for 5 gold per night, or maybe for less if you're lucky."
, links = [ "tavern" ]
, kind = "town"
}