diff --git a/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca_subspecies.dm b/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca_subspecies.dm index 6e5eba6a8f4..e1a809ee9c1 100644 --- a/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca_subspecies.dm +++ b/code/modules/mob/living/carbon/human/species/station/vaurca/vaurca_subspecies.dm @@ -74,7 +74,7 @@ stamina_recovery = 3 spawn_flags = IS_RESTRICTED - flags = NO_SCAN | NO_SLIP + flags = NO_SCAN | NO_SLIP | NO_ARTERIES inherent_verbs = list( /mob/living/carbon/human/proc/bugbite @@ -135,7 +135,7 @@ warning_high_pressure = 3250 //Default 325 spawn_flags = IS_RESTRICTED - flags = NO_SCAN | NO_SLIP | NO_PAIN | NO_BREATHE + flags = NO_SCAN | NO_SLIP | NO_PAIN | NO_BREATHE | NO_ARTERIES inherent_verbs = list( /mob/living/carbon/human/proc/rebel_yell, diff --git a/html/changelogs/geeves-vaurca_arterial_fix.yml b/html/changelogs/geeves-vaurca_arterial_fix.yml new file mode 100644 index 00000000000..68905d15e7d --- /dev/null +++ b/html/changelogs/geeves-vaurca_arterial_fix.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - bugfix: "Fixes Vaurca Breeders and Warforms having arterial bleeding." \ No newline at end of file