From 4744824cfaf37a396c5bc6998be817725a0800a2 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Tue, 19 Mar 2019 23:58:07 +0100 Subject: [PATCH] MI_LArrow bin exact suggestion #4 Co-Authored-By: qndel --- Source/missiles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/missiles.cpp b/Source/missiles.cpp index 8a3d904ad..4dd739076 100644 --- a/Source/missiles.cpp +++ b/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);