mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Fix cobra venom bowl damage
This commit is contained in:
parent
cabf25bc8b
commit
e65d2ef4f4
1 changed files with 1 additions and 1 deletions
|
@ -2125,7 +2125,7 @@ do_default_b:
|
||||||
|
|
||||||
case 8: // Cobra Venom Bowl
|
case 8: // Cobra Venom Bowl
|
||||||
{
|
{
|
||||||
int edx = -120;
|
int edx = -200;
|
||||||
|
|
||||||
// Same code as case 6 and 7 from now till break
|
// Same code as case 6 and 7 from now till break
|
||||||
if (edx <= 0 || (!(var_30 & 2)))
|
if (edx <= 0 || (!(var_30 & 2)))
|
||||||
|
|
Loading…
Reference in a new issue