Minor linewrap and comment fix

This commit is contained in:
Pasi Kallinen
2021-12-21 16:25:21 +02:00
parent 54bba21dd9
commit 8f366c725e

View File

@@ -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 ***/