mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user