Fix personal space trait (#17377)

Fixed personal space trait applying nothing and reactive biting applying both effects.
This commit is contained in:
SatinIsle
2025-03-18 23:42:55 +00:00
committed by GitHub
parent 393d5a9f73
commit 5701e35fb5
@@ -1432,7 +1432,7 @@
cost = 0
custom_only = FALSE
/datum/trait/neutral/patting_defence/apply(var/datum/species/S,var/mob/living/carbon/human/H)
/datum/trait/neutral/personal_space/apply(var/datum/species/S,var/mob/living/carbon/human/H)
..()
H.touch_reaction_flags |= SPECIES_TRAIT_PERSONAL_BUBBLE
add_verb(H, /mob/living/proc/toggle_personal_space)