From 66b023d4735fd4ff15fd92819dfbcd1aea8ec733 Mon Sep 17 00:00:00 2001 From: Christopher Schwarz Date: Sun, 4 Apr 2010 17:12:38 +0000 Subject: * Fix the instant-return of BP from TKs of Repeaters (Rezyn) --- src/game/g_buildable.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c index 26b045a4..94a3c208 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -1692,7 +1692,6 @@ Called when a repeater dies */ static void HRepeater_Die( gentity_t *self, gentity_t *inflictor, gentity_t *attacker, int damage, int mod ) { - G_RewardAttackers( self ); G_SetBuildableAnim( self, BANIM_DESTROY1, qtrue ); G_SetIdleBuildableAnim( self, BANIM_DESTROYED ); -- cgit