git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5990 c06c8d41-db1a-0410-9941-cceddc491573
FRU6NAVTN6PTUTUFHB5EAWLXVSO27PUFO5LVGDMLVG4H5RZENMFAC damage_done = player_weapon_type_modify( damage_done );if (damage_done < 0)damage_done = 0;
damage_done = std::max(0, player_weapon_type_modify(damage_done));