Skip to content

Commit

Permalink
ну сейчас-то всё должно работать
Browse files Browse the repository at this point in the history
  • Loading branch information
JustKekc committed May 13, 2024
1 parent 15882ef commit f247936
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
Binary file added Resources/Audio/ADT/kekc_scream.ogg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@
state: justkekc
- type: Tag
tags:
- ADTMuffinKekc
- ADTMuffinKekc
- type: Food
useSound:
path: /Audio/ADT/kekc_scream.ogg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
id: ADTMuffinMold
parent: BaseStorageItem
parent: BaseItem
name: muffin mold
description: A mold that holds muffins.
components:
Expand All @@ -24,6 +24,10 @@
tags:
- ADTMuffin
- ADTMuffinKekc
- type: UserInterface
interfaces:
- key: enum.StorageUiKey.Key
type: StorageBoundUserInterface
- type: Item
sprite: ADT/Objects/Specific/Service/muffin_mold.rsi
size: Normal
Expand All @@ -33,6 +37,12 @@
whitelist:
tags:
- ADTMuffinKekc
- type: ContainerContainer
containers:
batterSlot: !type:Container
showEnts: False
occludes: True
ents: []
- type: Construction
graph: ADTMuffinMold
node: start
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- !type:DeleteEntity
steps:
- tag: ADTCakeBatter
store: storagebase
store: batterSlot #storagebase
doAfter: 1
- node: batter
entity: ADTMuffinMoldBatter

0 comments on commit f247936

Please sign in to comment.