Skip to content

Commit

Permalink
container nasrali fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaldetSkaeg committed Dec 26, 2024
1 parent 87fc9c9 commit 383c1fa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
interfaces:
enum.FungusMachineUiKey.Key:
type: FungusMachineBoundUserInterface
- type: ContainerContainer
containers:
FungusMachine: !type:Container
showEnts: False

- type: fungusMachineInventory
id: CondimenttInventory
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
- type: Appearance
- type: CultYoggBuildingFrame
eraseTime: 5
- type: ContainerContainer
containers:
cult-yogg-building-frame-storage: !type:Container
showEnts: False

- type: entity
parent: BaseWall
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@
base:
True: { state: yoggpod-in }
False: { state: yoggpod }
- type: ContainerContainer
containers:
cultyYoggPod: !type:ContainerSlot
showEnts: False

0 comments on commit 383c1fa

Please sign in to comment.