mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Bulwark Selection (#12633)
This commit is contained in:
@@ -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
|
||||
tablet = /obj/item/modular_computer/handheld/preset/research
|
||||
|
||||
@@ -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.<br>
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added the Vaurca Bulwark to the Vaurca subspecies selection."
|
||||
Reference in New Issue
Block a user