From e4170da05d85029a14fd9ec156a6bb03e7070781 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Mon, 28 Nov 2022 23:02:36 +0100 Subject: [PATCH] renamed "kettles" to "cauldrons" --- docs/elements/mm_exit.txt | 2 +- docs/elements/mm_kettle.txt | 2 +- docs/elements/mm_mcduffin.txt | 2 +- docs/elements/mm_pacman.txt | 2 +- src/main.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/elements/mm_exit.txt b/docs/elements/mm_exit.txt index ef11ee09..0f362b4b 100644 --- a/docs/elements/mm_exit.txt +++ b/docs/elements/mm_exit.txt @@ -1,2 +1,2 @@ -This magic exit door opens once all magic kettles have been collected. +This magic exit door opens once all magic cauldrons have been collected. Redirect the magic ray of light into the exit door to finish the game. diff --git a/docs/elements/mm_kettle.txt b/docs/elements/mm_kettle.txt index ee2ffa60..3f9b844a 100644 --- a/docs/elements/mm_kettle.txt +++ b/docs/elements/mm_kettle.txt @@ -1,2 +1,2 @@ -Magic kettles contain ingredients for Gregor MacDuffin's magic spells and must +Magic cauldrons contain ingredients for Gregor MacDuffin's magic spells and must all be collected before the magic exit door opens to finish the level. diff --git a/docs/elements/mm_mcduffin.txt b/docs/elements/mm_mcduffin.txt index 8c248dab..cb1cef29 100644 --- a/docs/elements/mm_mcduffin.txt +++ b/docs/elements/mm_mcduffin.txt @@ -1,3 +1,3 @@ This is our hero and magician Gregor McDuffin, who casts spells in the form -of magic rays of light to collect all magic kettles (containing magic spell +of magic rays of light to collect all magic cauldrons (containing magic spell ingredients). diff --git a/docs/elements/mm_pacman.txt b/docs/elements/mm_pacman.txt index 4d40566d..b6bf1044 100644 --- a/docs/elements/mm_pacman.txt +++ b/docs/elements/mm_pacman.txt @@ -1 +1 @@ -The pacmen move around, trying to eat all kettles and all amoeba walls. +The pacmen move around, trying to eat all cauldrons and all amoeba walls. diff --git a/src/main.c b/src/main.c index e03681c7..b4369b74 100644 --- a/src/main.c +++ b/src/main.c @@ -4664,7 +4664,7 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] = { "mm_kettle", "mm_kettle", - "magic kettle" + "magic cauldron" }, { "mm_bomb", -- 2.34.1