From 4c01f1e073b9b3a4bbb05f48c4dfdc7bd9b5aacf Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 11 Aug 2020 21:42:41 +0200 Subject: [PATCH] - don't count chickens as kill. Fixes #160. --- source/games/duke/src/flags_r.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/games/duke/src/flags_r.cpp b/source/games/duke/src/flags_r.cpp index 42663e1df..b1fd79c1b 100644 --- a/source/games/duke/src/flags_r.cpp +++ b/source/games/duke/src/flags_r.cpp @@ -88,7 +88,8 @@ 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; if (isRRRA())