to-hit is reduced by 25% rather than 50% now, as suggested by Darshan.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3512 c06c8d41-db1a-0410-9941-cceddc491573
MI3QIGA6VDUMXL7NO3Q2NWCJN5FGX5CDMDYLEKOMD6SALHEINW5QC
IE3INS4WUXZOBVXB5VWRBYPVPXADD2U2W5H3TBTOYNWJ3EGRSGQQC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
// // [ds] FIXME: This effect seems too strong. Perhaps use 75% of // original to-hit instead of 50%.
//
// [ds] FIXME: This effect seems too strong. Perhaps use 75% of
// original to-hit instead of 50%.
pbolt.hit /= 2;
{ pbolt.hit *= 3; pbolt.hit /= 4; }
{
pbolt.hit *= 3;
pbolt.hit /= 4;
}