Example #1
0
void set_item_spoilage( item &newit, float used_age_tally, int used_age_count )
{
    newit.set_relative_rot( used_age_tally / used_age_count );
}