changes vampire and dullahan to be config enableable (#62357)

Dullahan and Vampire had some trace of old shitcode that the other Halloween races didn't, preventing them from being added to the config for cases like early Halloween
This commit is contained in:
RaveRadbury
2021-10-31 12:33:08 -07:00
committed by GitHub
parent 602b673af7
commit ca0eb2b3f0
2 changed files with 2 additions and 2 deletions
@@ -26,7 +26,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)
. = ..()
@@ -24,7 +24,7 @@
/datum/species/vampire/check_roundstart_eligible()
if(SSevents.holidays && SSevents.holidays[HALLOWEEN])
return TRUE
return FALSE
return ..()
/datum/species/vampire/on_species_gain(mob/living/carbon/human/C, datum/species/old_species)
. = ..()