Damaged sound
Currently when a mobile is damaged the
core plays a sound effect.
Code:
do_imhit_effects()
{
if (gender == GENDER_MALE)
play_sound_effect( this, SOUND_EFFECT_MALE_DEFENSE );
else
play_sound_effect( this, SOUND_EFFECT_FEMALE_DEFENSE );
...
}
Vote on the poll... ill let it run for 4 days.