diff --git a/code/game/jobs/job/science.dm b/code/game/jobs/job/science.dm index d8e55f0d3cf..64b29175a4e 100644 --- a/code/game/jobs/job/science.dm +++ b/code/game/jobs/job/science.dm @@ -38,12 +38,12 @@ shoes = /obj/item/clothing/shoes/brown id = /obj/item/card/id/navy l_hand = /obj/item/clipboard - + headset = /obj/item/device/radio/headset/heads/rd bowman = /obj/item/device/radio/headset/heads/rd/alt double_headset = /obj/item/device/radio/headset/alt/double/rd wrist_radio = /obj/item/device/radio/headset/wrist/rd - + tab_pda = /obj/item/modular_computer/handheld/pda/research/rd wristbound = /obj/item/modular_computer/handheld/wristbound/preset/pda/research/rd tablet = /obj/item/modular_computer/handheld/preset/research/rd @@ -85,12 +85,12 @@ suit = /obj/item/clothing/suit/storage/toggle/labcoat/science shoes = /obj/item/clothing/shoes/science id = /obj/item/card/id/white - + headset = /obj/item/device/radio/headset/headset_sci bowman = /obj/item/device/radio/headset/headset_sci/alt double_headset = /obj/item/device/radio/headset/alt/double/sci wrist_radio = /obj/item/device/radio/headset/wrist/sci - + tab_pda = /obj/item/modular_computer/handheld/pda/research wristbound = /obj/item/modular_computer/handheld/wristbound/preset/pda/research tablet = /obj/item/modular_computer/handheld/preset/research @@ -166,12 +166,12 @@ shoes = /obj/item/clothing/shoes/black id = /obj/item/card/id/white belt = /obj/item/storage/belt/utility - + headset = /obj/item/device/radio/headset/headset_sci bowman = /obj/item/device/radio/headset/headset_sci/alt double_headset = /obj/item/device/radio/headset/alt/double/sci wrist_radio = /obj/item/device/radio/headset/wrist/sci - + tab_pda = /obj/item/modular_computer/handheld/pda/research/robotics wristbound = /obj/item/modular_computer/handheld/wristbound/preset/advanced/research/robotics tablet = /obj/item/modular_computer/handheld/preset/research/robotics @@ -204,7 +204,6 @@ access = list(access_research, access_tox) minimal_access = list(access_research, access_tox) outfit = /datum/outfit/job/intern_sci - blacklisted_species = list(SPECIES_VAURCA_BULWARK) /datum/outfit/job/intern_sci name = "Lab Assistant" @@ -224,4 +223,4 @@ tab_pda = /obj/item/modular_computer/handheld/pda/research wristbound = /obj/item/modular_computer/handheld/wristbound/preset/pda/research - tablet = /obj/item/modular_computer/handheld/preset/research \ No newline at end of file + tablet = /obj/item/modular_computer/handheld/preset/research 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 9b6c9e3aec2..d84f70b8095 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,8 +215,6 @@ grab_mod = 0.8 resist_mod = 4 - spawn_flags = IS_RESTRICTED - mob_size = 12 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.
diff --git a/html/changelogs/geeves-bulwark_selection.yml b/html/changelogs/geeves-bulwark_selection.yml new file mode 100644 index 00000000000..b5bd2af3ee5 --- /dev/null +++ b/html/changelogs/geeves-bulwark_selection.yml @@ -0,0 +1,6 @@ +author: Geeves + +delete-after: True + +changes: + - rscadd: "Added the Vaurca Bulwark to the Vaurca subspecies selection." \ No newline at end of file