Deafness tidbit
Fix a typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user