mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Fix personal space trait (#17377)
Fixed personal space trait applying nothing and reactive biting applying both effects.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user