mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-18 18:42:59 +01:00
Merge pull request #3726 from VOREStation/aro-issue-3723
Replace explorer suit with basically the same suit
This commit is contained in:
@@ -73,3 +73,51 @@
|
||||
// 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_XENOHYBRID,
|
||||
SPECIES_ZORREN_FLAT,
|
||||
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_XENOHYBRID,
|
||||
SPECIES_ZORREN_FLAT,
|
||||
SPECIES_ZORREN_HIGH
|
||||
)
|
||||
/obj/item/clothing/head/helmet/space/void/explorer/initialize()
|
||||
. = ..()
|
||||
sprite_sheets += sprite_sheets_refit
|
||||
|
||||
@@ -20886,8 +20886,6 @@
|
||||
/obj/structure/table/rack/shelf,
|
||||
/obj/item/weapon/tank/oxygen,
|
||||
/obj/item/device/suit_cooling_unit,
|
||||
/obj/item/clothing/suit/space/void,
|
||||
/obj/item/clothing/head/helmet/space/void,
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals9,
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals9{
|
||||
dir = 4
|
||||
@@ -20898,6 +20896,8 @@
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals9{
|
||||
dir = 1
|
||||
},
|
||||
/obj/item/clothing/suit/space/void/explorer,
|
||||
/obj/item/clothing/head/helmet/space/void/explorer,
|
||||
/turf/simulated/floor/tiled/monotile,
|
||||
/area/tether/station/explorer_prep)
|
||||
"bQM" = (
|
||||
@@ -22004,6 +22004,24 @@
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals9,
|
||||
/turf/simulated/floor/tiled/monotile,
|
||||
/area/tether/station/excursion_dock)
|
||||
"tAc" = (
|
||||
/obj/structure/table/rack/shelf,
|
||||
/obj/item/weapon/tank/oxygen,
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals9,
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals9{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals9{
|
||||
dir = 8
|
||||
},
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals9{
|
||||
dir = 1
|
||||
},
|
||||
/obj/item/device/suit_cooling_unit,
|
||||
/obj/item/clothing/suit/space/void/explorer,
|
||||
/obj/item/clothing/head/helmet/space/void/explorer,
|
||||
/turf/simulated/floor/tiled/monotile,
|
||||
/area/tether/station/explorer_prep)
|
||||
"tCn" = (
|
||||
/obj/machinery/shuttle_sensor{
|
||||
dir = 6;
|
||||
@@ -36292,10 +36310,10 @@ aaa
|
||||
aac
|
||||
aac
|
||||
aac
|
||||
aei
|
||||
bQK
|
||||
aiv
|
||||
bQK
|
||||
bQK
|
||||
tAc
|
||||
tWI
|
||||
jZJ
|
||||
nYM
|
||||
@@ -36434,7 +36452,7 @@ aaa
|
||||
aaa
|
||||
aaa
|
||||
aac
|
||||
aei
|
||||
aiv
|
||||
aiv
|
||||
aiv
|
||||
aiv
|
||||
|
||||
Reference in New Issue
Block a user