From: Pasi Kallinen Date: Tue, 21 Dec 2021 14:25:21 +0000 (+0200) Subject: Minor linewrap and comment fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f366c725eb28ed8a6a3a08e99623905108c36a5;p=nethack Minor linewrap and comment fix --- diff --git a/include/youprop.h b/include/youprop.h index 22fe2ca38..20e485d38 100644 --- a/include/youprop.h +++ b/include/youprop.h @@ -64,11 +64,12 @@ #define EStone_resistance u.uprops[STONE_RES].extrinsic #define Stone_resistance (HStone_resistance || EStone_resistance) -/* Intrinsics only */ #define HSick_resistance u.uprops[SICK_RES].intrinsic #define ESick_resistance u.uprops[SICK_RES].extrinsic -#define Sick_resistance (HSick_resistance || ESick_resistance || defends(AD_DISE, uwep)) +#define Sick_resistance (HSick_resistance || ESick_resistance \ + || defends(AD_DISE, uwep)) +/* Intrinsics only */ #define Invulnerable u.uprops[INVULNERABLE].intrinsic /* [Tom] */ /*** Troubles ***/