From 2855473f46bf9f8f1b32152fcb40a5439b732d3a Mon Sep 17 00:00:00 2001 From: Xe Date: Fri, 8 Jul 2022 16:56:32 +0000 Subject: [PATCH] fix Signed-off-by: Xe --- Miau/README.md | 2 +- Miau/package.dhall | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Miau/README.md b/Miau/README.md index 037f47f..a7f6fff 100644 --- a/Miau/README.md +++ b/Miau/README.md @@ -1,4 +1,4 @@ -# Miau +# Sands of Miau In the desert of Miau, the town of Cihan has been cut off from trade with other towns due to weirdly strong sandstorms after an amulet was stolen from that town by the bandit leader Tol'Kath. Your goal is to venture through the wasteland and the ruins of Ci in order to get the amulet back and add yourselves to the scroll of legends for Cihan. diff --git a/Miau/package.dhall b/Miau/package.dhall index 2ad4775..f40b743 100644 --- a/Miau/package.dhall +++ b/Miau/package.dhall @@ -1,7 +1,7 @@ let camp = ../package.dhall in camp.Campaign::{ - , name = "Miau" + , name = "Sands of Miau" , description = "In the desert of Miau, the town of Cihan has been cut off from trade with other towns due to weirdly strong sandstorms after an amulet was stolen from that town by the bandit leader Tol'Kath. Your goal is to venture through the wasteland and the ruins of Ci in order to get the amulet back and add yourselves to the scroll of legends for Cihan." , areas = ./areas/package.dhall