Browse Source

MI_LArrow bin exact suggestion #3

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

2
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;

Loading…
Cancel
Save