Fixes Botanist and Mime not spawning with unique backpacks. (#2937)

* Botanist and Mime fixed

* Fixed some unupdated duffels.

* Fix

* I am so goofy
This commit is contained in:
Swept
2021-01-07 01:35:57 +00:00
committed by GitHub
parent 6c10341938
commit a7c4571075
8 changed files with 36 additions and 5 deletions

View File

@@ -65,6 +65,24 @@
contents: contents:
- name: BoxSurvival - name: BoxSurvival
- type: entity
abstract: true
parent: ClothingBackpackHydroponics
id: ClothingBackpackHydroponicsFilled
components:
- type: StorageFill
contents:
- name: BoxSurvival
- type: entity
abstract: true
parent: ClothingBackpackMime
id: ClothingBackpackMimeFilled
components:
- type: StorageFill
contents:
- name: BoxSurvival
- type: entity - type: entity
abstract: true abstract: true
parent: ClothingBackpackChemistry parent: ClothingBackpackChemistry

View File

@@ -65,6 +65,15 @@
contents: contents:
- name: BoxSurvival - name: BoxSurvival
- type: entity
abstract: true
parent: ClothingBackpackSatchelHydroponics
id: ClothingBackpackSatchelHydroponicsFilled
components:
- type: StorageFill
contents:
- name: BoxSurvival
- type: entity - type: entity
abstract: true abstract: true
parent: ClothingBackpackSatchelChemistry parent: ClothingBackpackSatchelChemistry

View File

@@ -96,7 +96,7 @@
- type: entity - type: entity
parent: ClothingBackpack parent: ClothingBackpack
id: ClothingBackpackBotany id: ClothingBackpackHydroponics
name: botany backpack name: botany backpack
description: It's a backpack made of all-natural fibers. description: It's a backpack made of all-natural fibers.
components: components:

View File

@@ -16,11 +16,11 @@
id: BotanistGear id: BotanistGear
equipment: equipment:
innerclothing: ClothingUniformJumpsuitHydroponics innerclothing: ClothingUniformJumpsuitHydroponics
backpack: ClothingBackpackFilled backpack: ClothingBackpackHydroponicsFilled
shoes: ClothingShoesColorBrown shoes: ClothingShoesColorBrown
idcard: BotanistPDA idcard: BotanistPDA
ears: ClothingHeadsetService ears: ClothingHeadsetService
outerclothing: ClothingOuterApronBotanist outerclothing: ClothingOuterApronBotanist
innerclothingskirt: ClothingUniformJumpskirtHydroponics innerclothingskirt: ClothingUniformJumpskirtHydroponics
satchel: ClothingBackpackSatchelFilled satchel: ClothingBackpackSatchelHydroponicsFilled
duffelbag: ClothingBackpackDuffelFilled duffelbag: ClothingBackpackDuffelFilled

View File

@@ -21,4 +21,5 @@
pocket1: BikeHorn pocket1: BikeHorn
idcard: ClownPDA idcard: ClownPDA
ears: ClothingHeadsetService ears: ClothingHeadsetService
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelClownFilled duffelbag: ClothingBackpackDuffelClownFilled

View File

@@ -14,7 +14,7 @@
id: MimeGear id: MimeGear
equipment: equipment:
innerclothing: ClothingUniformJumpsuitMime innerclothing: ClothingUniformJumpsuitMime
backpack: ClothingBackpackFilled backpack: ClothingBackpackMimeFilled
head: ClothingHeadHatBeret head: ClothingHeadHatBeret
belt: ClothingBeltSuspenders belt: ClothingBeltSuspenders
gloves: ClothingHandsGlovesLatex gloves: ClothingHandsGlovesLatex
@@ -25,4 +25,5 @@
idcard: MimePDA idcard: MimePDA
ears: ClothingHeadsetService ears: ClothingHeadsetService
innerclothingskirt: ClothingUniformJumpskirtMime innerclothingskirt: ClothingUniformJumpskirtMime
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled

View File

@@ -24,3 +24,4 @@
ears: ClothingHeadsetScience ears: ClothingHeadsetScience
innerclothingskirt: ClothingUniformJumpskirtResearchDirector innerclothingskirt: ClothingUniformJumpskirtResearchDirector
satchel: ClothingBackpackSatchelScienceFilled satchel: ClothingBackpackSatchelScienceFilled
duffelbag: ClothingBackpackDuffelFilled

View File

@@ -22,3 +22,4 @@
ears: ClothingHeadsetScience ears: ClothingHeadsetScience
innerclothingskirt: ClothingUniformJumpskirtScientist innerclothingskirt: ClothingUniformJumpskirtScientist
satchel: ClothingBackpackSatchelScienceFilled satchel: ClothingBackpackSatchelScienceFilled
duffelbag: ClothingBackpackDuffelFilled