end.
Also tweak airstrike to do more base damage (as befits a level 4 spell).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1069 c06c8d41-db1a-0410-9941-cceddc491573
UNDSTX5P3ROLROGVQQVSMTQ5RHZI6G2MST4XLL3AJTHPJSGLCP6QC
hurt_monster(monster, random2(8) + (random2(power) / 3));
// Maxes out at around 40 damage at 27 Invocations, which is plenty
// in my book (the old max damage was around 70, which seems excessive.
hurt_monster(monster, 7 + (random2(power) * 33 / 191));