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.
This commit is contained in:
vultur-cadens
2022-09-16 23:40:56 -07:00
committed by PatR
parent ccaadaa00e
commit ce2f3ae259

View File

@@ -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));