﻿no_beard_for_children = {
    dna_modifiers = {
        accessory = {
            mode = add
            gene = beards
            template = no_beard
            range = { 0 1 } # For the randomness to work correctly
        }
    }   
    weight = {
        base = 0
        modifier = {
            add = 200
            scope:age < 18
        }
    }
}





