mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +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
|
||||
{
|
||||
int edx = -120;
|
||||
int edx = -200;
|
||||
|
||||
// Same code as case 6 and 7 from now till break
|
||||
if (edx <= 0 || (!(var_30 & 2)))
|
||||
|
|
Loading…
Reference in a new issue