Cannot tame carnivorous ape with bananas

This commit is contained in:
Pasi Kallinen
2016-06-20 13:04:50 +03:00
parent 16118580d5
commit 53e8869a16

View File

@@ -197,7 +197,6 @@
((obj)->oclass == FOOD_CLASS && is_domestic(ptr) \
|| ((obj)->otyp == BANANA && \
((ptr) == &mons[PM_MONKEY] \
|| (ptr) == &mons[PM_APE] \
|| (ptr) == &mons[PM_CARNIVOROUS_APE])))
|| (ptr) == &mons[PM_APE])))
#endif /* MONDATA_H */