From dc5a2cf1d423cf58de048f73ede7a164bed16932 Mon Sep 17 00:00:00 2001 From: kmhugo Date: Sun, 12 Oct 2003 02:39:31 +0000 Subject: [PATCH] Deafness tidbit Fix a typo --- include/youprop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/youprop.h b/include/youprop.h index f1db873a6..fa85420cf 100644 --- a/include/youprop.h +++ b/include/youprop.h @@ -118,7 +118,7 @@ /* Timeout, plus a worn mask */ #define HDeaf u.uprops[DEAF].intrinsic #define EDeaf u.uprops[DEAF].extrinsic -#define Deaf (HDeaf || HDeaf) +#define Deaf (HDeaf || EDeaf) #define HFumbling u.uprops[FUMBLING].intrinsic #define EFumbling u.uprops[FUMBLING].extrinsic