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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -21,4 +21,5 @@
|
||||
pocket1: BikeHorn
|
||||
idcard: ClownPDA
|
||||
ears: ClothingHeadsetService
|
||||
satchel: ClothingBackpackSatchelFilled
|
||||
duffelbag: ClothingBackpackDuffelClownFilled
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -24,3 +24,4 @@
|
||||
ears: ClothingHeadsetScience
|
||||
innerclothingskirt: ClothingUniformJumpskirtResearchDirector
|
||||
satchel: ClothingBackpackSatchelScienceFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
|
||||
@@ -22,3 +22,4 @@
|
||||
ears: ClothingHeadsetScience
|
||||
innerclothingskirt: ClothingUniformJumpskirtScientist
|
||||
satchel: ClothingBackpackSatchelScienceFilled
|
||||
duffelbag: ClothingBackpackDuffelFilled
|
||||
|
||||
Reference in New Issue
Block a user