more recovered bits
Some worthwhile stuff from abandoned 'git stash': is_plural() macro wasn't comprehensive; a couple of return values where writing with a magic marker was causing time to elapse even though nothing happened; comment formatting for saddle being left in shop by dying steed.
This commit is contained in:
@@ -337,7 +337,7 @@ struct obj {
|
||||
|
||||
/* helpers, simple enough to be macros */
|
||||
#define is_plural(o) \
|
||||
((o)->quan > 1 || (o)->oartifact == ART_EYES_OF_THE_OVERWORLD)
|
||||
((o)->quan != 1L || (o)->otyp == LENSES || is_gloves(o) || is_boots(o))
|
||||
|
||||
/* Flags for get_obj_location(). */
|
||||
#define CONTAINED_TOO 0x1
|
||||
|
||||
Reference in New Issue
Block a user