Merge pull request #7031 from Novacat/nova-ert
Spacesuit CitRP Port plus Refactor
@@ -586,9 +586,9 @@
|
||||
var/electrified = 0
|
||||
|
||||
//Departments that the cycler can paint suits to look like.
|
||||
var/list/departments = list("Engineering","Mining","Medical","Security","Atmos","HAZMAT","Construction","Biohazard","Emergency Medical Response","Crowd Control","Exploration","Pilot Blue","Pilot") //VORESTATION EDIT
|
||||
var/list/departments = list("Engineering","Mining","Medical","Security","Atmos","HAZMAT","Construction","Biohazard","Emergency Medical Response","Crowd Control")
|
||||
//Species that the suits can be configured to fit.
|
||||
var/list/species = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_UNATHI, SPECIES_TAJ, SPECIES_TESHARI, SPECIES_AKULA, SPECIES_ALRAUNE, SPECIES_NEVREAN, SPECIES_RAPALA, SPECIES_SERGAL, SPECIES_VASILISSAN, SPECIES_VULPKANIN, SPECIES_ZORREN_HIGH) //VORESTATION EDIT
|
||||
var/list/species = list(SPECIES_HUMAN,SPECIES_SKRELL,SPECIES_UNATHI,SPECIES_TAJ, SPECIES_TESHARI)
|
||||
|
||||
var/target_department
|
||||
var/target_species
|
||||
@@ -767,7 +767,7 @@
|
||||
//Clear the access reqs, disable the safeties, and open up all paintjobs.
|
||||
to_chat(user, "<span class='danger'>You run the sequencer across the interface, corrupting the operating protocols.</span>")
|
||||
departments = list("Engineering","Mining","Medical","Security","Atmos","HAZMAT","Construction","Biohazard","Crowd Control","Emergency Medical Response","^%###^%$", "Charring")
|
||||
species = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_UNATHI, SPECIES_TAJ, SPECIES_TESHARI, SPECIES_AKULA, SPECIES_ALRAUNE, SPECIES_NEVREAN, SPECIES_RAPALA, SPECIES_SERGAL, SPECIES_VASILISSAN, SPECIES_VULPKANIN, SPECIES_ZORREN_HIGH) //VORESTATION EDIT
|
||||
species = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_UNATHI, SPECIES_TAJ, SPECIES_TESHARI, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_VULPKANIN) //VORESTATION EDIT
|
||||
|
||||
emagged = 1
|
||||
safeties = 0
|
||||
|
||||
@@ -1,19 +1,6 @@
|
||||
/obj/machinery/suit_cycler
|
||||
species = list(
|
||||
SPECIES_HUMAN,
|
||||
SPECIES_SKRELL,
|
||||
SPECIES_UNATHI,
|
||||
SPECIES_TAJ,
|
||||
SPECIES_TESHARI,
|
||||
SPECIES_AKULA,
|
||||
SPECIES_ALRAUNE,
|
||||
SPECIES_NEVREAN,
|
||||
SPECIES_RAPALA,
|
||||
SPECIES_SERGAL,
|
||||
SPECIES_VASILISSAN,
|
||||
SPECIES_VULPKANIN,
|
||||
SPECIES_ZORREN_HIGH
|
||||
)
|
||||
departments = list("Engineering","Mining","Medical","Security","Atmos","HAZMAT","Construction","Biohazard","Emergency Medical Response","Crowd Control","Exploration","Pilot Blue","Pilot")
|
||||
species = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_UNATHI, SPECIES_TAJ, SPECIES_TESHARI, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_VULPKANIN)
|
||||
|
||||
// Old Exploration is too WIP to use right now
|
||||
/obj/machinery/suit_cycler/exploration
|
||||
|
||||
@@ -104,11 +104,11 @@
|
||||
switch(target_species)
|
||||
//VOREStation Edit Start
|
||||
if(SPECIES_HUMAN, SPECIES_SKRELL) //humanoid bodytypes
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_PROMETHEAN, SPECIES_XENOCHIMERA)
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_NEVREAN, SPECIES_RAPALA, SPECIES_VASILISSAN, SPECIES_ALRAUNE, SPECIES_PROMETHEAN, SPECIES_XENOCHIMERA)
|
||||
if(SPECIES_UNATHI)
|
||||
species_restricted = list(SPECIES_UNATHI, SPECIES_XENOHYBRID)
|
||||
if(SPECIES_ZORREN_HIGH)
|
||||
species_restricted = list(SPECIES_ZORREN_HIGH, SPECIES_FENNEC)
|
||||
if(SPECIES_VULPKANIN)
|
||||
species_restricted = list(SPECIES_VULPKANIN, SPECIES_ZORREN_HIGH, SPECIES_FENNEC)
|
||||
//VOREStation Edit End
|
||||
else
|
||||
species_restricted = list(target_species)
|
||||
@@ -130,13 +130,13 @@
|
||||
switch(target_species)
|
||||
//VOREStation Edit Start
|
||||
if(SPECIES_HUMAN)
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_PROMETHEAN, SPECIES_XENOCHIMERA)
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_NEVREAN, SPECIES_RAPALA, SPECIES_VASILISSAN, SPECIES_ALRAUNE, SPECIES_PROMETHEAN, SPECIES_XENOCHIMERA)
|
||||
if(SPECIES_SKRELL)
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_PROMETHEAN, SPECIES_XENOCHIMERA)
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_NEVREAN, SPECIES_RAPALA, SPECIES_VASILISSAN, SPECIES_ALRAUNE, SPECIES_PROMETHEAN, SPECIES_XENOCHIMERA)
|
||||
if(SPECIES_UNATHI)
|
||||
species_restricted = list(SPECIES_UNATHI, SPECIES_XENOHYBRID)
|
||||
if(SPECIES_ZORREN_HIGH)
|
||||
species_restricted = list(SPECIES_ZORREN_HIGH, SPECIES_FENNEC)
|
||||
if(SPECIES_VULPKANIN)
|
||||
species_restricted = list(SPECIES_VULPKANIN, SPECIES_ZORREN_HIGH, SPECIES_FENNEC)
|
||||
//VOREStation Edit End
|
||||
|
||||
else
|
||||
|
||||
@@ -3,11 +3,12 @@
|
||||
SPECIES_TAJ = 'icons/mob/species/tajaran/helmet.dmi',
|
||||
SPECIES_SKRELL = 'icons/mob/species/skrell/helmet.dmi',
|
||||
SPECIES_UNATHI = 'icons/mob/species/unathi/helmet.dmi',
|
||||
SPECIES_NEVREAN = 'icons/mob/species/nevrean/helmet_vr.dmi',
|
||||
SPECIES_XENOHYBRID = 'icons/mob/species/unathi/helmet.dmi',
|
||||
SPECIES_AKULA = 'icons/mob/species/akula/helmet_vr.dmi',
|
||||
SPECIES_SERGAL = 'icons/mob/species/sergal/helmet_vr.dmi',
|
||||
SPECIES_ZORREN_HIGH = 'icons/mob/species/fox/helmet_vr.dmi',
|
||||
SPECIES_VULPKANIN = 'icons/mob/species/vulpkanin/helmet.dmi',
|
||||
SPECIES_ZORREN_HIGH = 'icons/mob/species/vulpkanin/helmet.dmi',
|
||||
SPECIES_FENNEC = 'icons/mob/species/vulpkanin/helmet.dmi',
|
||||
SPECIES_PROMETHEAN = 'icons/mob/species/skrell/helmet.dmi',
|
||||
SPECIES_VOX = 'icons/mob/species/vox/head.dmi',
|
||||
SPECIES_TESHARI = 'icons/mob/species/seromi/head.dmi'
|
||||
@@ -20,24 +21,25 @@
|
||||
SPECIES_TAJ = 'icons/mob/species/tajaran/suit.dmi',
|
||||
SPECIES_SKRELL = 'icons/mob/species/skrell/suit.dmi',
|
||||
SPECIES_UNATHI = 'icons/mob/species/unathi/suit.dmi',
|
||||
SPECIES_NEVREAN = 'icons/mob/species/nevrean/suit_vr.dmi',
|
||||
SPECIES_XENOHYBRID = 'icons/mob/species/unathi/suit.dmi',
|
||||
SPECIES_AKULA = 'icons/mob/species/akula/suit_vr.dmi',
|
||||
SPECIES_SERGAL = 'icons/mob/species/sergal/suit_vr.dmi',
|
||||
SPECIES_ZORREN_HIGH = 'icons/mob/species/fox/suit_vr.dmi',
|
||||
SPECIES_VULPKANIN = 'icons/mob/species/vulpkanin/suit.dmi',
|
||||
SPECIES_ZORREN_HIGH = 'icons/mob/species/vulpkanin/suit.dmi',
|
||||
SPECIES_FENNEC = 'icons/mob/species/vulpkanin/suit.dmi',
|
||||
SPECIES_PROMETHEAN = 'icons/mob/species/skrell/suit.dmi',
|
||||
SPECIES_VOX = 'icons/mob/species/vox/suit.dmi',
|
||||
SPECIES_TESHARI = 'icons/mob/species/seromi/suit.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/head/helmet/space/rig
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_TAJ, SPECIES_UNATHI, SPECIES_NEVREAN, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_ZORREN_HIGH, SPECIES_VULPKANIN, SPECIES_PROMETHEAN, SPECIES_VOX, SPECIES_TESHARI, SPECIES_VASILISSAN, SPECIES_RAPALA, SPECIES_ALRAUNE)
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_TAJ, SPECIES_UNATHI, SPECIES_NEVREAN, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_ZORREN_HIGH, SPECIES_VULPKANIN, SPECIES_PROMETHEAN, SPECIES_VOX, SPECIES_TESHARI, SPECIES_VASILISSAN, SPECIES_RAPALA, SPECIES_ALRAUNE, SPECIES_FENNEC, SPECIES_XENOHYBRID)
|
||||
|
||||
/obj/item/clothing/gloves/gauntlets/rig
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_TAJ, SPECIES_UNATHI, SPECIES_NEVREAN, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_ZORREN_HIGH, SPECIES_VULPKANIN, SPECIES_PROMETHEAN, SPECIES_VOX, SPECIES_TESHARI, SPECIES_VASILISSAN, SPECIES_RAPALA, SPECIES_ALRAUNE)
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_TAJ, SPECIES_UNATHI, SPECIES_NEVREAN, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_ZORREN_HIGH, SPECIES_VULPKANIN, SPECIES_PROMETHEAN, SPECIES_VOX, SPECIES_TESHARI, SPECIES_VASILISSAN, SPECIES_RAPALA, SPECIES_ALRAUNE, SPECIES_FENNEC, SPECIES_XENOHYBRID)
|
||||
|
||||
/obj/item/clothing/shoes/magboots/rig
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_TAJ, SPECIES_UNATHI, SPECIES_NEVREAN, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_ZORREN_HIGH, SPECIES_VULPKANIN, SPECIES_PROMETHEAN, SPECIES_VOX, SPECIES_TESHARI, SPECIES_VASILISSAN, SPECIES_RAPALA, SPECIES_ALRAUNE)
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_TAJ, SPECIES_UNATHI, SPECIES_NEVREAN, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_ZORREN_HIGH, SPECIES_VULPKANIN, SPECIES_PROMETHEAN, SPECIES_VOX, SPECIES_TESHARI, SPECIES_VASILISSAN, SPECIES_RAPALA, SPECIES_ALRAUNE, SPECIES_FENNEC, SPECIES_XENOHYBRID)
|
||||
|
||||
/obj/item/clothing/suit/space/rig
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_TAJ, SPECIES_UNATHI, SPECIES_NEVREAN, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_ZORREN_HIGH, SPECIES_VULPKANIN, SPECIES_PROMETHEAN, SPECIES_VOX, SPECIES_TESHARI, SPECIES_VASILISSAN, SPECIES_RAPALA, SPECIES_ALRAUNE)
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_TAJ, SPECIES_UNATHI, SPECIES_NEVREAN, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_ZORREN_HIGH, SPECIES_VULPKANIN, SPECIES_PROMETHEAN, SPECIES_VOX, SPECIES_TESHARI, SPECIES_VASILISSAN, SPECIES_RAPALA, SPECIES_ALRAUNE, SPECIES_FENNEC, SPECIES_XENOHYBRID)
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
min_pressure_protection = 0 * ONE_ATMOSPHERE
|
||||
max_pressure_protection = 10 * ONE_ATMOSPHERE
|
||||
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_PROMETHEAN, SPECIES_XENOCHIMERA) //VOREStation Edit
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_NEVREAN, SPECIES_RAPALA, SPECIES_VASILISSAN, SPECIES_ALRAUNE, SPECIES_PROMETHEAN, SPECIES_XENOCHIMERA) //VOREStation Edit
|
||||
sprite_sheets_refit = list(
|
||||
SPECIES_UNATHI = 'icons/mob/species/unathi/suit.dmi',
|
||||
SPECIES_TAJ = 'icons/mob/species/tajaran/suit.dmi',
|
||||
|
||||
@@ -7,58 +7,58 @@
|
||||
|
||||
/obj/item/clothing/head/helmet/space/void
|
||||
sprite_sheets = list(
|
||||
"Tajara" = 'icons/mob/species/tajaran/helmet.dmi',
|
||||
"Skrell" = 'icons/mob/species/skrell/helmet.dmi',
|
||||
"Unathi" = 'icons/mob/species/unathi/helmet.dmi',
|
||||
"Teshari" = 'icons/mob/species/seromi/head.dmi',
|
||||
"Nevrean" = 'icons/mob/species/nevrean/helmet_vr.dmi',
|
||||
"Akula" = 'icons/mob/species/akula/helmet_vr.dmi',
|
||||
"Sergal" = 'icons/mob/species/sergal/helmet_vr.dmi',
|
||||
"Zorren" = 'icons/mob/species/fox/helmet_vr.dmi',
|
||||
"Vulpkanin" = 'icons/mob/species/vulpkanin/helmet.dmi',
|
||||
"Promethean" = 'icons/mob/species/skrell/helmet.dmi'
|
||||
SPECIES_TAJ = 'icons/mob/species/tajaran/helmet.dmi',
|
||||
SPECIES_SKRELL = 'icons/mob/species/skrell/helmet.dmi',
|
||||
SPECIES_UNATHI = 'icons/mob/species/unathi/helmet.dmi',
|
||||
SPECIES_TESHARI = 'icons/mob/species/seromi/head.dmi',
|
||||
SPECIES_XENOHYBRID = 'icons/mob/species/unathi/helmet.dmi',
|
||||
SPECIES_AKULA = 'icons/mob/species/akula/helmet_vr.dmi',
|
||||
SPECIES_SERGAL = 'icons/mob/species/sergal/helmet_vr.dmi',
|
||||
SPECIES_VULPKANIN = 'icons/mob/species/vulpkanin/helmet.dmi',
|
||||
SPECIES_ZORREN_HIGH = 'icons/mob/species/vulpkanin/helmet.dmi',
|
||||
SPECIES_FENNEC = 'icons/mob/species/vulpkanin/helmet.dmi'
|
||||
)
|
||||
|
||||
sprite_sheets_obj = list(
|
||||
"Tajara" = 'icons/obj/clothing/species/tajaran/hats.dmi', // Copied from void.dm
|
||||
"Skrell" = 'icons/obj/clothing/species/skrell/hats.dmi', // Copied from void.dm
|
||||
"Unathi" = 'icons/obj/clothing/species/unathi/hats.dmi', // Copied from void.dm
|
||||
"Teshari" = 'icons/obj/clothing/species/seromi/hats.dmi', // Copied from void.dm
|
||||
"Nevrean" = 'icons/obj/clothing/species/nevrean/hats.dmi',
|
||||
"Akula" = 'icons/obj/clothing/species/akula/hats.dmi',
|
||||
"Sergal" = 'icons/obj/clothing/species/sergal/hats.dmi',
|
||||
"Zorren" = 'icons/obj/clothing/species/fox/hats.dmi',
|
||||
"Vulpkanin" = 'icons/obj/clothing/species/vulpkanin/hats.dmi',
|
||||
"Promethean" = 'icons/obj/clothing/species/skrell/hats.dmi'
|
||||
SPECIES_TAJ = 'icons/obj/clothing/species/tajaran/hats.dmi', // Copied from void.dm
|
||||
SPECIES_SKRELL = 'icons/obj/clothing/species/skrell/hats.dmi', // Copied from void.dm
|
||||
SPECIES_UNATHI = 'icons/obj/clothing/species/unathi/hats.dmi', // Copied from void.dm
|
||||
SPECIES_TESHARI = 'icons/obj/clothing/species/seromi/hats.dmi', // Copied from void.dm
|
||||
SPECIES_XENOHYBRID = 'icons/obj/clothing/species/unathi/hats.dmi',
|
||||
SPECIES_AKULA = 'icons/obj/clothing/species/akula/hats.dmi',
|
||||
SPECIES_SERGAL = 'icons/obj/clothing/species/sergal/hats.dmi',
|
||||
SPECIES_VULPKANIN = 'icons/obj/clothing/species/vulpkanin/hats.dmi',
|
||||
SPECIES_ZORREN_HIGH = 'icons/obj/clothing/species/vulpkanin/hats.dmi',
|
||||
SPECIES_FENNEC = 'icons/obj/clothing/species/vulpkanin/hats.dmi'
|
||||
)
|
||||
|
||||
/obj/item/clothing/suit/space/void
|
||||
sprite_sheets = list(
|
||||
"Tajara" = 'icons/mob/species/tajaran/suit.dmi',
|
||||
"Skrell" = 'icons/mob/species/skrell/suit.dmi',
|
||||
"Unathi" = 'icons/mob/species/unathi/suit.dmi',
|
||||
"Teshari" = 'icons/mob/species/seromi/suit.dmi',
|
||||
"Nevrean" = 'icons/mob/species/nevrean/suit_vr.dmi',
|
||||
"Akula" = 'icons/mob/species/akula/suit_vr.dmi',
|
||||
"Sergal" = 'icons/mob/species/sergal/suit_vr.dmi',
|
||||
"Zorren" = 'icons/mob/species/fox/suit_vr.dmi',
|
||||
"Vulpkanin" = 'icons/mob/species/vulpkanin/suit.dmi',
|
||||
"Promethean" = 'icons/mob/species/skrell/suit.dmi'
|
||||
SPECIES_TAJ = 'icons/mob/species/tajaran/suit.dmi',
|
||||
SPECIES_SKRELL = 'icons/mob/species/skrell/suit.dmi',
|
||||
SPECIES_UNATHI = 'icons/mob/species/unathi/suit.dmi',
|
||||
SPECIES_TESHARI = 'icons/mob/species/seromi/suit.dmi',
|
||||
SPECIES_XENOHYBRID = 'icons/mob/species/unathi/suit.dmi',
|
||||
SPECIES_AKULA = 'icons/mob/species/akula/suit_vr.dmi',
|
||||
SPECIES_SERGAL = 'icons/mob/species/sergal/suit_vr.dmi',
|
||||
SPECIES_VULPKANIN = 'icons/mob/species/vulpkanin/suit.dmi',
|
||||
SPECIES_ZORREN_HIGH = 'icons/mob/species/vulpkanin/suit.dmi',
|
||||
SPECIES_FENNEC = 'icons/mob/species/vulpkanin/suit.dmi'
|
||||
)
|
||||
|
||||
|
||||
|
||||
sprite_sheets_obj = list(
|
||||
"Tajara" = 'icons/obj/clothing/species/tajaran/suits.dmi', // Copied from void.dm
|
||||
"Skrell" = 'icons/obj/clothing/species/skrell/suits.dmi', // Copied from void.dm
|
||||
"Unathi" = 'icons/obj/clothing/species/unathi/suits.dmi', // Copied from void.dm
|
||||
"Teshari" = 'icons/obj/clothing/species/seromi/suits.dmi', // Copied from void.dm
|
||||
"Nevrean" = 'icons/obj/clothing/species/nevrean/suits.dmi',
|
||||
"Akula" = 'icons/obj/clothing/species/akula/suits.dmi',
|
||||
"Sergal" = 'icons/obj/clothing/species/sergal/suits.dmi',
|
||||
"Zorren" = 'icons/obj/clothing/species/fox/suits.dmi',
|
||||
"Vulpkanin" = 'icons/obj/clothing/species/vulpkanin/suits.dmi',
|
||||
"Promethean" = 'icons/obj/clothing/species/skrell/suits.dmi'
|
||||
SPECIES_TAJ = 'icons/obj/clothing/species/tajaran/suits.dmi', // Copied from void.dm
|
||||
SPECIES_SKRELL = 'icons/obj/clothing/species/skrell/suits.dmi', // Copied from void.dm
|
||||
SPECIES_UNATHI = 'icons/obj/clothing/species/unathi/suits.dmi', // Copied from void.dm
|
||||
SPECIES_TESHARI = 'icons/obj/clothing/species/seromi/suits.dmi', // Copied from void.dm
|
||||
SPECIES_XENOHYBRID = 'icons/obj/clothing/species/unathi/suits.dmi',
|
||||
SPECIES_AKULA = 'icons/obj/clothing/species/akula/suits.dmi',
|
||||
SPECIES_SERGAL = 'icons/obj/clothing/species/sergal/suits.dmi',
|
||||
SPECIES_VULPKANIN = 'icons/obj/clothing/species/vulpkanin/suits.dmi',
|
||||
SPECIES_ZORREN_HIGH = 'icons/obj/clothing/species/vulpkanin/suits.dmi',
|
||||
SPECIES_FENNEC = 'icons/obj/clothing/species/vulpkanin/suits.dmi'
|
||||
)
|
||||
|
||||
// This is a hack to prevent the item_state variable on the suits from taking effect
|
||||
@@ -66,47 +66,3 @@
|
||||
// This variable is normally used to set the icon_override when the suit is refitted,
|
||||
// however the species spritesheet now means we no longer need that anyway!
|
||||
sprite_sheets_refit = list()
|
||||
|
||||
/obj/item/clothing/suit/space/void/explorer
|
||||
desc = "A classy red voidsuit for the needs of any semi-retro-futuristic spaceperson! This one is rather loose fitting."
|
||||
species_restricted = list(
|
||||
SPECIES_HUMAN,
|
||||
SPECIES_SKRELL,
|
||||
SPECIES_UNATHI,
|
||||
SPECIES_TAJ,
|
||||
SPECIES_TESHARI,
|
||||
SPECIES_AKULA,
|
||||
SPECIES_ALRAUNE,
|
||||
SPECIES_NEVREAN,
|
||||
SPECIES_RAPALA,
|
||||
SPECIES_SERGAL,
|
||||
SPECIES_VASILISSAN,
|
||||
SPECIES_VULPKANIN,
|
||||
SPECIES_XENOCHIMERA,
|
||||
SPECIES_ZORREN_HIGH
|
||||
)
|
||||
/obj/item/clothing/suit/space/void/explorer/Initialize()
|
||||
. = ..()
|
||||
sprite_sheets += sprite_sheets_refit
|
||||
|
||||
/obj/item/clothing/head/helmet/space/void/explorer
|
||||
desc = "A helmet that matches a red voidsuit! So classy."
|
||||
species_restricted = list(
|
||||
SPECIES_HUMAN,
|
||||
SPECIES_SKRELL,
|
||||
SPECIES_UNATHI,
|
||||
SPECIES_TAJ,
|
||||
SPECIES_TESHARI,
|
||||
SPECIES_AKULA,
|
||||
SPECIES_ALRAUNE,
|
||||
SPECIES_NEVREAN,
|
||||
SPECIES_RAPALA,
|
||||
SPECIES_SERGAL,
|
||||
SPECIES_VASILISSAN,
|
||||
SPECIES_VULPKANIN,
|
||||
SPECIES_XENOCHIMERA,
|
||||
SPECIES_ZORREN_HIGH
|
||||
)
|
||||
/obj/item/clothing/head/helmet/space/void/explorer/Initialize()
|
||||
. = ..()
|
||||
sprite_sheets += sprite_sheets_refit
|
||||
|
||||
|
Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 208 KiB |
|
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 184 KiB |
|
Before Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 68 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 97 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 119 KiB |
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 107 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |