diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index a739f0faf6a..ec8c5c60309 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -37,7 +37,7 @@ var/mob/living/carbon/human/H = quirk_holder var/obj/item/heirloom_type - if(is_species(H, /datum/species/moth)) + if(is_species(H, /datum/species/moth) && prob(50)) heirloom_type = /obj/item/flashlight/lantern/heirloom_moth else switch(quirk_holder.mind.assigned_role)