mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Make moths spawn with lamp heirloom only half the time (#40810)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user