Skip to content

Commit

Permalink
MI_LArrow bin exact suggestion #2
Browse files Browse the repository at this point in the history
Co-Authored-By: qndel <[email protected]>
  • Loading branch information
AJenbo and qndel authored Mar 19, 2019
1 parent acc8dd5 commit 0e36b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/missiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3269,7 +3269,7 @@ void __fastcall MI_LArrow(int i)
maxd = plr[p]._pIFMaxDam;
} else {
mind = random(68, 10) + currlevel + 1;
maxd = random(68, 10) + 2 * currlevel + 1;
maxd = random(68, 10) + 1 + currlevel * 2;
}
missiledata[MIS_FARROW].mResist = MISR_FIRE;
CheckMissileCol(i, mind, maxd, 0, missile[i]._mix, missile[i]._miy, 1);
Expand Down

0 comments on commit 0e36b08

Please sign in to comment.