Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1984 Autmoadrobe, move robes #1875

Merged
merged 8 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
ClothingShoesBootsCowboyBrown: 1
ClothingShoesBootsCowboyBlack: 1
ClothingShoesBootsCowboyWhite: 1
contrabandInventory: #Delta V: Added Techpriest Robe to Contra Inventory
Avalon-Proto marked this conversation as resolved.
Show resolved Hide resolved
ClothingHeadTechPriest: 2
ClothingOuterRobeTechPriest: 2

emaggedInventory:
ClothingShoesBling: 1
ClothingShoesBootsCowboyFancy: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- type: vendingMachineInventory
id: AutomatrobeInventory
startingInventory:
ClothingUniformJumpsuitColorBlack: 2
ClothingUniformJumpskirtColorBlack: 2
ClothingShoesColorBlack: 2
ClothingHeadTechPriest: 2
ClothingOuterRobeTechPriest: 2
ClothingHeadsetScience: 2
ClothingOuterWinterRobo: 2
#- type: vendingMachineInventory
# id: AutomatrobeInventory
Avalon-Proto marked this conversation as resolved.
Show resolved Hide resolved
# startingInventory:
# ClothingUniformJumpsuitColorBlack: 2
# ClothingUniformJumpskirtColorBlack: 2
# ClothingShoesColorBlack: 2
# ClothingHeadTechPriest: 2
# ClothingOuterRobeTechPriest: 2
# ClothingHeadsetScience: 2
# ClothingOuterWinterRobo: 2
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
- state: panel
map: ["enum.WiresVisualLayers.MaintenancePanel"]

- type: entity
parent: VendingMachineRoboDrobe
id: VendingMachineAutomatrobe
Avalon-Proto marked this conversation as resolved.
Show resolved Hide resolved
name: Automatrobe
description: Automatically good.
components:
- type: VendingMachine
pack: AutomatrobeInventory
#- type: entity
Avalon-Proto marked this conversation as resolved.
Show resolved Hide resolved
# parent: VendingMachineRoboDrobe
# id: VendingMachineAutomatrobe
# name: Automatrobe
# description: Automatically good.
# components:
# - type: VendingMachine
# pack: AutomatrobeInventory
Loading