From 8f366c725eb28ed8a6a3a08e99623905108c36a5 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 21 Dec 2021 16:25:21 +0200 Subject: [PATCH] Minor linewrap and comment fix --- include/youprop.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ***/