From ce2f3ae259ae0ba054e79c6bcddd20791b84f5b0 Mon Sep 17 00:00:00 2001 From: vultur-cadens Date: Fri, 16 Sep 2022 23:40:56 -0700 Subject: [PATCH] Use a space instead of a hyphen in "disintegration-resistant" This is for consistency with the other resistance insight messages, which use spaces instead of hyphens. --- src/insight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insight.c b/src/insight.c index 4a96fb961..cdc4ec412 100644 --- a/src/insight.c +++ b/src/insight.c @@ -1444,7 +1444,7 @@ attributes_enlightenment(int unused_mode UNUSED, int final) if (Sleep_resistance) you_are("sleep resistant", from_what(SLEEP_RES)); if (Disint_resistance) - you_are("disintegration-resistant", from_what(DISINT_RES)); + you_are("disintegration resistant", from_what(DISINT_RES)); if (u_adtyp_resistance_obj(AD_DISN)) enl_msg("Your items ", "are", "were", " protected from disintegration", item_what(AD_DISN));