Boxes (and sterile mask) (#1964)
* Added sprites and lights, handcuffs and PDA box. * Syringe and Beaker * Adds flashbang latex and a sterile mask * Adds a box to store those sterile masks * Adds donkpocket box WHY WASN'T THIS IN ALREADY I'LL KILL YOU ALL AHHHHH * Makes inhand boxes grey * Security boxes now have proper layer * Adds meson, sechud, and better inhands * Adds survival box (no o2 can or injector because they're not included yet * Adds survival box sprites * Blank commit * Adds filled backpacks for starting-gear * Moves filled backpacks to a sensible place * Builds now * Fixes rsi
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
id: CargoTechGear
|
||||
equipment:
|
||||
innerclothing: UniformCargoTech
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBlack
|
||||
idcard: CargoPDA
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
id: AssistantGear
|
||||
equipment:
|
||||
innerclothing: UniformColorGrey
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBlack
|
||||
idcard: AssistantPDA
|
||||
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
equipment:
|
||||
innerclothing: UniformBartender
|
||||
outerclothing: OuterclothingArmorVest
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBlack
|
||||
idcard: BartenderPDA
|
||||
|
||||
@@ -14,6 +14,6 @@
|
||||
id: ChefGear
|
||||
equipment:
|
||||
innerclothing: UniformChef
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBlack
|
||||
idcard: ChefPDA
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
id: ClownGear
|
||||
equipment:
|
||||
innerclothing: UniformClown
|
||||
backpack: ClownPack
|
||||
backpack: ClownPackFilled
|
||||
shoes: ShoesClown
|
||||
mask: MaskClown
|
||||
pocket1: BikeHorn
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
id: JanitorGear
|
||||
equipment:
|
||||
innerclothing: UniformJanitor
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesGaloshes
|
||||
head: HatPurplesoft
|
||||
idcard: JanitorPDA
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
id: CaptainGear
|
||||
equipment:
|
||||
innerclothing: UniformCaptain
|
||||
backpack: BackpackCaptain
|
||||
backpack: BackpackCaptainFilled
|
||||
shoes: ShoesBlack
|
||||
head: HatCaptain
|
||||
eyes: SunGlasses
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
id: HoPGear
|
||||
equipment:
|
||||
innerclothing: UniformHoP
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBrown
|
||||
head: HatHopcap
|
||||
idcard: HoPPDA
|
||||
|
||||
@@ -19,6 +19,6 @@
|
||||
equipment:
|
||||
head: HatHardhatWhite
|
||||
innerclothing: UniformChiefEngineer
|
||||
backpack: BackpackEngineering
|
||||
backpack: BackpackEngineeringFilled
|
||||
shoes: ShoesBrown
|
||||
idcard: CEPDA
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
id: StationEngineerGear
|
||||
equipment:
|
||||
innerclothing: UniformEngineering
|
||||
backpack: BackpackEngineering
|
||||
backpack: BackpackEngineeringFilled
|
||||
shoes: ShoesWorkboots
|
||||
outerclothing: OuterclothingHazard
|
||||
idcard: EngineerPDA
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
id: CMOGear
|
||||
equipment:
|
||||
innerclothing: UniformCMO
|
||||
backpack: BackpackMedical
|
||||
backpack: BackpackMedicalFilled
|
||||
shoes: ShoesBrown
|
||||
outerclothing: OuterclothingLabcoatcmo
|
||||
idcard: CMOPDA
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
id: DoctorGear
|
||||
equipment:
|
||||
innerclothing: UniformMedicalDoctor
|
||||
backpack: BackpackMedical
|
||||
backpack: BackpackMedicalFilled
|
||||
shoes: ShoesWhite
|
||||
outerclothing: OuterclothingLabcoatmedspecopen
|
||||
idcard: MedicalPDA
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
id: ResearchDirectorGear
|
||||
equipment:
|
||||
innerclothing: UniformResearchDirector
|
||||
backpack: BackpackClothing
|
||||
# Note to Swept add science backpacks
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesBrown
|
||||
outerclothing: OuterclothingLabcoatopen
|
||||
idcard: RnDPDA
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
id: ScientistGear
|
||||
equipment:
|
||||
innerclothing: UniformScientist
|
||||
backpack: BackpackClothing
|
||||
backpack: BackpackClothingFilled
|
||||
shoes: ShoesWhite
|
||||
outerclothing: OuterclothingLabcoat
|
||||
idcard: SciencePDA
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
id: HoSGear
|
||||
equipment:
|
||||
innerclothing: UniformHoS
|
||||
backpack: SecPack
|
||||
backpack: SecPackFilled
|
||||
shoes: ShoesJackboots
|
||||
outerclothing: OuterclothingHoSTrenchcoat
|
||||
eyes: SecGlasses
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
id: SecurityOfficerGear
|
||||
equipment:
|
||||
innerclothing: UniformSec
|
||||
backpack: SecPack
|
||||
backpack: SecPackFilled
|
||||
shoes: ShoesJackboots
|
||||
eyes: SecGlasses
|
||||
outerclothing: OuterclothingArmorVest
|
||||
|
||||
Reference in New Issue
Block a user