Browse Source

add hellfire rune dmg calc (#2270)

pull/5295/head
qndel 4 years ago committed by GitHub
parent
commit
ab9b61626f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Source/missiles.cpp

3
Source/missiles.cpp

@ -75,6 +75,9 @@ void GetDamageAmt(int i, int *mind, int *maxd)
*mind = -1;
*maxd = -1;
break;
#ifdef HELLFIRE
case SPL_RUNELIGHT:
#endif
case SPL_LIGHTNING:
*mind = 2;
*maxd = plr[myplr]._pLevel + 2;

Loading…
Cancel
Save