From 686d5ce21b45519160feef35dedb38fdb539b2b4 Mon Sep 17 00:00:00 2001 From: desven <45808369+desvenlafaxine@users.noreply.github.com> Date: Fri, 22 Oct 2021 15:50:54 -0500 Subject: [PATCH] Fixes humans being able to carry the Vaurca Bulwark (#12667) --- .../carbon/human/species/station/vaurca/vaurca_subspecies.dm | 2 +- html/changelogs/desven-bully_size.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/desven-bully_size.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 d84f70b8095..c97aa069dac 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 @@ -215,7 +215,7 @@ grab_mod = 0.8 resist_mod = 4 - mob_size = 12 + mob_size = 28 taste_sensitivity = TASTE_DULL blurb = {"Type E Vaurca, otherwise known as the Bulwarks, are a new bodyform derived from the worker caste in a collaboration by the C’thur and Jargon scientists. Originally only the C’thur had access to these behemoths, but after a short amount of time, the bodyform started appearing in the ranks of the Zo’ra and K’lax as well, causing an even more strained relationship between the hives.
Similar to Workers, Bulwarks are generally passive, and prefer to flee a fight rather than resist. Though due to their speed, they may still choose to defend themselves should they be unable to properly escape a battle. The main exception to this is when another Vaurca is in danger. When this occurs, they tend to put themselves in between the attacker and the Vaurca, acting as a shield of sorts. They won’t go out of their way to take down the attacker, but will ensure the others get away safely.
diff --git a/html/changelogs/desven-bully_size.yml b/html/changelogs/desven-bully_size.yml new file mode 100644 index 00000000000..a1dcc9e0b24 --- /dev/null +++ b/html/changelogs/desven-bully_size.yml @@ -0,0 +1,4 @@ +author: Desven +delete-after: True +changes: + - bugfix: "Humans can no longer carry the Vaurca Bulwark." \ No newline at end of file