Skip to content

Commit

Permalink
Merge pull request #329 from Fansana/fix-sleepingbag
Browse files Browse the repository at this point in the history
Fix Construction Container
  • Loading branch information
FoxxoTrystan authored Nov 5, 2024
2 parents 7b46cb0 + e2bac46 commit d72497a
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- type: Construction
graph: SleepingBag
node: sleepingbag
containers:
- entity_storage
- type: Item
size: Normal
- type: Sprite
Expand Down Expand Up @@ -64,9 +66,6 @@
True: {visible: false}
False: {visible: true}
- type: Pullable
- type: ContainerContainer
containers:
entity_storage: !type:Container
- type: EntityStorage
airtight: false
capacity: 2
Expand All @@ -75,6 +74,9 @@
path: /Audio/Misc/zip.ogg
openSound:
path: /Audio/Misc/zip.ogg
- type: ContainerContainer
containers:
entity_storage: !type:Container

- type: entity
id: SleepingBagFolded
Expand Down

0 comments on commit d72497a

Please sign in to comment.