]> granicus.if.org Git - nethack/commitdiff
Minor linewrap and comment fix
authorPasi Kallinen <paxed@alt.org>
Tue, 21 Dec 2021 14:25:21 +0000 (16:25 +0200)
committerPasi Kallinen <paxed@alt.org>
Tue, 21 Dec 2021 14:25:21 +0000 (16:25 +0200)
include/youprop.h

index 22fe2ca3840be7c1b159ebe0ba10ca468fb6861e..20e485d38c0deb9f084d54abed9c8ba841c3d3b2 100644 (file)
 #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 ***/