Merge pull request #15755 from timothyteakettle/dullahan-2-electric-boogaloo

dullahans 2: electric boogaloo
This commit is contained in:
Lin
2022-12-14 19:07:59 -07:00
committed by GitHub
33 changed files with 330 additions and 241 deletions
+9
View File
@@ -186,3 +186,12 @@
value = 0
medical_record_text = "Patient should not come into contact with sodium."
mob_trait = TRAIT_SALT_SENSITIVE
/datum/quirk/dullahan
name = "Dullahan"
desc = "Your head is detached from your body."
value = 0
medical_record_text = "Patient seems to have some kind of spatial link with their decapitated head."
/datum/quirk/dullahan/post_add()
quirk_holder.AddComponent(/datum/component/dullahan)