diff --git a/Resources/Audio/ADT/kekc_scream.ogg b/Resources/Audio/ADT/kekc_scream.ogg new file mode 100644 index 00000000000..90af39b8c0c Binary files /dev/null and b/Resources/Audio/ADT/kekc_scream.ogg differ diff --git a/Resources/Prototypes/ADT/Entities/Objects/Consumable/Food/muffins.yml b/Resources/Prototypes/ADT/Entities/Objects/Consumable/Food/muffins.yml index a3c56e8777c..ca30c3d9412 100644 --- a/Resources/Prototypes/ADT/Entities/Objects/Consumable/Food/muffins.yml +++ b/Resources/Prototypes/ADT/Entities/Objects/Consumable/Food/muffins.yml @@ -51,4 +51,7 @@ state: justkekc - type: Tag tags: - - ADTMuffinKekc \ No newline at end of file + - ADTMuffinKekc + - type: Food + useSound: + path: /Audio/ADT/kekc_scream.ogg \ No newline at end of file diff --git a/Resources/Prototypes/ADT/Entities/Objects/Specific/Service/muffin_mold.yml b/Resources/Prototypes/ADT/Entities/Objects/Specific/Service/muffin_mold.yml index 7358351ac95..cb6a9f1c0af 100644 --- a/Resources/Prototypes/ADT/Entities/Objects/Specific/Service/muffin_mold.yml +++ b/Resources/Prototypes/ADT/Entities/Objects/Specific/Service/muffin_mold.yml @@ -1,6 +1,6 @@ - type: entity id: ADTMuffinMold - parent: BaseStorageItem + parent: BaseItem name: muffin mold description: A mold that holds muffins. components: @@ -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 @@ -33,6 +37,12 @@ whitelist: tags: - ADTMuffinKekc + - type: ContainerContainer + containers: + batterSlot: !type:Container + showEnts: False + occludes: True + ents: [] - type: Construction graph: ADTMuffinMold node: start diff --git a/Resources/Prototypes/ADT/Recipes/Construction/Graph/muffin_mold.yml b/Resources/Prototypes/ADT/Recipes/Construction/Graph/muffin_mold.yml index f2449bad914..eb565bc9a3b 100644 --- a/Resources/Prototypes/ADT/Recipes/Construction/Graph/muffin_mold.yml +++ b/Resources/Prototypes/ADT/Recipes/Construction/Graph/muffin_mold.yml @@ -11,7 +11,7 @@ - !type:DeleteEntity steps: - tag: ADTCakeBatter - store: storagebase + store: batterSlot #storagebase doAfter: 1 - node: batter entity: ADTMuffinMoldBatter \ No newline at end of file