Fix cobra venom bowl damage

This commit is contained in:
nukeykt 2019-11-16 21:37:21 +09:00 committed by Christoph Oelckers
parent cabf25bc8b
commit e65d2ef4f4

View file

@ -2125,7 +2125,7 @@ do_default_b:
case 8: // Cobra Venom Bowl
{
int edx = -120;
int edx = -200;
// Same code as case 6 and 7 from now till break
if (edx <= 0 || (!(var_30 & 2)))