- 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
1 changed files with 2 additions and 1 deletions

View File

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