Make moths spawn with lamp heirloom only half the time (#40810)

This commit is contained in:
81Denton
2018-10-09 21:56:16 -07:00
committed by Tad Hardesty
parent 6e9f790592
commit 992d3207a4
+1 -1
View File
@@ -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)