Browse Source

MI_LArrow bin exact suggestion #4

Co-Authored-By: qndel <stefan551@o2.pl>
pull/72/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
4744824cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/missiles.cpp

2
Source/missiles.cpp

@ -3258,7 +3258,7 @@ void __fastcall MI_LArrow(int i)
maxd = plr[p]._pILMaxDam;
} else {
mind = random(68, 10) + currlevel + 1;
maxd = random(68, 10) + 2 * currlevel + 1;
maxd = random(68, 10) + 1 + currlevel * 2;
}
missiledata[MIS_LARROW].mResist = MISR_LIGHTNING;
CheckMissileCol(i, mind, maxd, 0, missile[i]._mix, missile[i]._miy, 1);

Loading…
Cancel
Save