[MIRROR] Fix vampire clan last names applying to everyone [MDB IGNORE] (#9675)

* Fix vampire clans applying to everyone (#63036)

* Fix vampire clan last names applying to everyone

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-11-24 03:34:38 +00:00
committed by GitHub
co-authored by Mothblocks
parent 4affe2ae7c
commit 49d7e240bc
@@ -22,6 +22,9 @@
GLOBAL_LIST_EMPTY(vampire_houses)
/datum/preference/choiced/vampire_status/apply_to_human(mob/living/carbon/human/target, value)
if (!(relevant_species_trait in target.dna?.species.species_traits))
return
if(value != "Inoculated")
return