From 0a953ab8a6fb53a057c91c5a3164990a9d6c3b07 Mon Sep 17 00:00:00 2001 From: Geeves Date: Thu, 20 Feb 2020 04:15:44 +0200 Subject: [PATCH] fixes vaurca+ arterial bleeding (#8297) --- .../human/species/station/vaurca/vaurca_subspecies.dm | 4 ++-- html/changelogs/geeves-vaurca_arterial_fix.yml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/geeves-vaurca_arterial_fix.yml 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