Browse Source

MI_LArrow bin exact suggestion #7

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

2
Source/missiles.cpp

@ -3290,7 +3290,7 @@ void __fastcall MI_LArrow(int i)
maxd = monster[p].mMaxDamage;
}
} else {
mind = random(68, 10) + currlevel + 1;
mind = random(68, 10) + 1 + currlevel;
maxd = random(68, 10) + 1 + currlevel * 2;
}

Loading…
Cancel
Save