From 8abc0f4a2a8b04d65c04243316b8424f2002ef78 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Tue, 19 Mar 2019 23:57:59 +0100 Subject: [PATCH] MI_LArrow bin exact suggestion #3 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 40262930d..8a3d904ad 100644 --- a/Source/missiles.cpp +++ b/Source/missiles.cpp @@ -3268,7 +3268,7 @@ void __fastcall MI_LArrow(int i) mind = plr[p]._pIFMinDam; maxd = plr[p]._pIFMaxDam; } else { - mind = random(68, 10) + currlevel + 1; + mind = random(68, 10) + 1 + currlevel; maxd = random(68, 10) + 1 + currlevel * 2; } missiledata[MIS_FARROW].mResist = MISR_FIRE;