From 3d4af636e71625438ab756d80a328dcbc6850e51 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 29 Jul 2008 18:05:16 +0000 Subject: Monsters don't drop ammo in Chex Quest. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1161 --- src/p_inter.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/p_inter.c b/src/p_inter.c index ee91bcd6..dda55c37 100644 --- a/src/p_inter.c +++ b/src/p_inter.c @@ -734,6 +734,12 @@ P_KillMobj // I_StartSound (&actor->r, actor->info->deathsound); + // In Chex Quest, monsters don't drop items. + + if (gameversion == exe_chex) + { + return; + } // Drop stuff. // This determines the kind of object spawned -- cgit v1.2.3