Skip to content

Commit

Permalink
Update code/modules/character_traits/biology_traits.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Contrabang <[email protected]>
  • Loading branch information
AndroBetel and Contrabang authored Jul 3, 2024
1 parent bdacb91 commit 1242b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/character_traits/biology_traits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@
ADD_TRAIT(target, TRAIT_IRON_TEETH, ROUNDSTART_TRAIT)
..()

/datum/character_trait/biology/lisp/unapply_trait(mob/living/carbon/human/target)
/datum/character_trait/biology/iron_teeth/unapply_trait(mob/living/carbon/human/target)
REMOVE_TRAIT(target, TRAIT_IRON_TEETH, ROUNDSTART_TRAIT)
..()

0 comments on commit 1242b3e

Please sign in to comment.