Merge pull request #13845 from Citadel-Station-13/silicons-patch-37

fixes dullahans being hardcoded to ignore config unless it's halloween
This commit is contained in:
DeltaFire
2020-12-24 17:47:13 +01:00
committed by GitHub

View File

@@ -27,7 +27,7 @@
/datum/species/dullahan/check_roundstart_eligible()
if(SSevents.holidays && SSevents.holidays[HALLOWEEN])
return TRUE
return FALSE
return ..()
/datum/species/dullahan/on_species_gain(mob/living/carbon/human/H, datum/species/old_species)
. = ..()