From 2bf53c1f7b9f7c7ee32e677c7360720cb729a3b6 Mon Sep 17 00:00:00 2001 From: Amy Date: Sun, 21 Mar 2021 14:08:29 -0500 Subject: [PATCH] Leaves only sharp melee + numbing fangs here for melee traits --- .../carbon/human/species/station/xenochimera_trait_vr.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/xenochimera_trait_vr.dm b/code/modules/mob/living/carbon/human/species/station/xenochimera_trait_vr.dm index 4e34be90e88..be1783d9dff 100644 --- a/code/modules/mob/living/carbon/human/species/station/xenochimera_trait_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/xenochimera_trait_vr.dm @@ -26,10 +26,10 @@ cost = 0 custom_only = FALSE -/datum/trait/fangs/xenochimera +/datum/trait/melee_attack_fangs/xenochimera allowed_species = list(SPECIES_XENOCHIMERA) - name = "Xenochimera: Numbing Fangs" - desc = "You have grown fangs that makes the person bit unable to feel their body or pain." + name = "Xenochimera: Sharp Melee & Numbing Fangs" + desc = "Your hunting instincts manifest in earnest! You have grown numbing fangs alongside your naturally grown hunting weapons." cost = 0 custom_only = FALSE