Stop Zombies from Exploding by jamese946
Issue 151 posted to Google Code on 2013 Nov 11 at 22:15:55
Current status: Acknowledged
Current labels: Type-Enhancement, Priority-Medium, Component-Logic, Effect-Gameplay, Usability
jamese946 on 2013 Nov 11 at 22:15:55:
What new or enhanced feature are you proposing?
That zombies don't explode upon death...
What goal would this enhancement help you achieve?
Not losing a round of zombies because they inexplicably explode
jamese946 on 2013 Nov 12 at 03:41:49:
I meant that they drop grenades, of course. If it could be pointed out to me where the line of code that causes them to drop grenades upon death in Zombies is, I'll just edit my local copy for single player so as to not have this problem. It renders Zombies pretty much unplayable though.
theonlypwner on 2013 Nov 12 at 23:48:30:
You can disable deathstreaks by commenting out
streakready(*c, gs.streakondeath);
in source/src/server.cpp.
Perhaps a server mod flag should be added that disables zombies' deathstreaks. However, the zombies' nades won't be removed in the default because that would make the game mode too easy.
Stop Zombies from Exploding by
jamese946
Issue 151 posted to Google Code on 2013 Nov 11 at 22:15:55Current status: Acknowledged Current labels:
Type-Enhancement
,Priority-Medium
,Component-Logic
,Effect-Gameplay
,Usability
jamese946
on 2013 Nov 11 at 22:15:55:jamese946
on 2013 Nov 12 at 03:41:49:theonlypwner
on 2013 Nov 12 at 23:48:30: