- don't count chickens as kill.

Fixes #160.
This commit is contained in:
Christoph Oelckers 2020-08-11 21:42:41 +02:00
parent 0686928ee8
commit 4c01f1e073

View file

@ -88,7 +88,8 @@ void initactorflags_r()
// Why does the pig count as kill? Let's undo that. // Why does the pig count as kill? Let's undo that.
actorinfo[PIG].flags &= ~SFLAG_KILLCOUNT; actorinfo[PIG].flags &= ~SFLAG_KILLCOUNT;
actorinfo[HEN].flags &= ~SFLAG_KILLCOUNT;
actorinfo[DRONE].flags |= SFLAG_NOWATERDIP; actorinfo[DRONE].flags |= SFLAG_NOWATERDIP;
actorinfo[VIXEN].flags |= SFLAG_NOCANSEECHECK; actorinfo[VIXEN].flags |= SFLAG_NOCANSEECHECK;
if (isRRRA()) if (isRRRA())