SGBBXP6UM37WUCHR3GEKLZURBQRTFE6C4NSF7EY6PXRNR2WYWXTQC
ACZYEIX7WMPIIODKCATBCUE626AJ4ZGGBOMVC6BGXM27EQU2RECAC
X7CZALKQGJSJUDHTIQXBJIBGZAYXNDCUAUC2LHUFYHIN4UTTHBKAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if ( double_is_zero(slope) )
if (double_is_zero(slope))
if ( slope > 100.0 )
if (slope > 100.0)
const double xtarget = (static_cast<int>(*accx) + 1); const double ytarget = (static_cast<int>(*accy) + 1);
const double xtarget = (static_cast<int>(*accx) + 1);
const double ytarget = (static_cast<int>(*accy) + 1);
const double xtarget = static_cast<int>(*accx) + 1; const double ytarget = static_cast<int>(*accy) + 1;
const double xtarget = static_cast<int>(*accx) + 1;
const double ytarget = static_cast<int>(*accy) + 1;
double distdiff = (xdistance * slope - ydistance);
double distdiff = xdistance * slope - ydistance;
if ( double_is_zero( distdiff ) )
if (double_is_zero(distdiff))
if ( slope > 1.0 )
if (slope > 1.0)
if ( distdiff > 0.0 )
if (distdiff > 0.0)
if ( distdiff < 0.0 )
if (distdiff < 0.0)
place_cloud(CLOUD_RAIN, *ri, random2(you.skills[SK_EVOCATIONS]), KC_YOU);
place_cloud(CLOUD_RAIN, *ri,
random2(you.skills[SK_EVOCATIONS]), KC_YOU);