Zet0rz / nzombies

A GM13 Nazi Zombies style (WIP) gamemode
GNU General Public License v3.0
73 stars 79 forks source link

Instakill bug #668

Open Kagutrenchi opened 5 years ago

Kagutrenchi commented 5 years ago

While instakill is active, an attacking zombie will continue attacking, even if it has been killed before it can finish its attack. There's no error for this, but it is consistent. This gets annoying while you crowbar or while playing in tight maps

Chtidino commented 4 years ago

File "nzombies-master-workshop/gamemodes/nzombies/gamemode/enemies/sv_hooks.lua" line 92, replace this zombie:Kill(dmginfo) by this dmginfo:ScaleDamage(zombie:Health()) --zombie:Kill(dmginfo)

minin43 commented 4 years ago

Is this something you've tested and can prove to work? It doesn't look like that change would have anything to do with the problem.

Chtidino commented 4 years ago

With this change, zombies don't hurt you, if you kill it with melee weapon during an insta-kill. I use it for my server.