From 933e845a32d552854dbc8c1ea96ac6c46fd2c11b Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 29 Mar 2022 15:56:35 -0400 Subject: [PATCH] v1.2.1: fixed an oversight in crystal key description --- core/src/main/assets/messages/items/items.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/assets/messages/items/items.properties b/core/src/main/assets/messages/items/items.properties index c1bdd82a7..4fec044fd 100644 --- a/core/src/main/assets/messages/items/items.properties +++ b/core/src/main/assets/messages/items/items.properties @@ -585,7 +585,7 @@ items.keys.goldenkey.name=golden key items.keys.goldenkey.desc=The notches on this golden key are tiny and intricate. Perhaps it will open a locked chest? items.keys.crystalkey.name=Crystal key -items.keys.crystalkey.desc=The cut surfaces of this crystalline key shimmer in the darkness. Perhaps it will open a crystal chest? +items.keys.crystalkey.desc=The cut surfaces of this crystalline key shimmer in the darkness. Perhaps it will open something made of crystal? items.keys.ironkey.name=iron key items.keys.ironkey.desc=The notches on this ancient iron key are well worn; its leather lanyard is battered by age. What door might it open?