From 632e1f6d5d9c026a44d911e1a573a2ed70b7d6d7 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Mon, 30 Oct 2023 12:43:27 -0400 Subject: [PATCH] v2.3.0: fixed an outdated part of potion of invis 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 6ce80268c..a77d6852b 100644 --- a/core/src/main/assets/messages/items/items.properties +++ b/core/src/main/assets/messages/items/items.properties @@ -680,7 +680,7 @@ items.potions.potionofhealing.desc=This elixir will rapidly restore your health items.potions.potionofinvisibility.name=potion of invisibility items.potions.potionofinvisibility.invisible=You see your hands turn invisible! -items.potions.potionofinvisibility.desc=Drinking this potion will render you temporarily invisible. While invisible, enemies will be unable to see you. Attacking an enemy, as well as using a wand or a scroll before enemy's eyes, will dispel the effect. +items.potions.potionofinvisibility.desc=Drinking this potion will render you temporarily invisible. While invisible, enemies will be unable to see you. Physical attacks and magical effects (such as scrolls and wands) will immediately cancel invisibility. items.potions.potionoflevitation.name=potion of levitation items.potions.potionoflevitation.float=You float into the air!