Bananas are quite rare, and none of the simians are very strong,
so this won't be in any way overpowered - just a bit of flavor.
I think this was originally Derek's change from Sporkhack, but
similar ones have been done in the community multiple times
in the past.
|| ((ptr)->mlet == S_PUDDING && (ptr) != &mons[PM_BLACK_PUDDING]))
#define befriend_with_obj(ptr, obj) \
- ((obj)->oclass == FOOD_CLASS && is_domestic(ptr))
+ ((obj)->oclass == FOOD_CLASS && is_domestic(ptr) \
+ || ((obj)->otyp == BANANA && \
+ ((ptr) == &mons[PM_MONKEY] \
+ || (ptr) == &mons[PM_APE] \
+ || (ptr) == &mons[PM_CARNIVOROUS_APE])))
#endif /* MONDATA_H */