It was great sitting outside this morning. Seasonably warm & sunny with a light breeze. I really only came back inside because I needed breakfast & my iPad was running out of charge.
So trying out some new features in WordPress.
/*
* dual wield attack
*/
dual_wield = get_eq_char (ch, WEAR_DUAL_WIELD);
if (dual_wield)
{
one_hit_dual (ch, victim, dt, adddam);
totaldam += adddam;
check_improve (ch, gsn_dual_wield, TRUE, 1, STAT_DEX);
}
if (ch->fighting != victim || dt == gsn_backstab || dt == gsn_dual_backstab)
return;