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:
- 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
abstract: true
parent: ClothingBackpackChemistry

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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