diff --git a/Resources/Prototypes/Corvax/Entities/Objects/Consumable/Food/japanfood/mitarasidango.yml b/Resources/Prototypes/Corvax/Entities/Objects/Consumable/Food/japanfood/mitarasidango.yml
deleted file mode 100644
index 0e653a97dd5..00000000000
--- a/Resources/Prototypes/Corvax/Entities/Objects/Consumable/Food/japanfood/mitarasidango.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-- type: entity
-  name: Mitarashi Dango
-  parent: FoodBakedBase
-  id: mitarashidango
-  description: Rice sweetness that beckons
-  components:
-  - type: Item
-    storedRotation: -90
-  - type: FlavorProfile
-    flavors:
-      - sweet
-  - type: Food
-  - type: Sprite
-    sprite: Corvax/Objects/Consumable/Food/japanfood.rsi
-    state: mitarashidango
-  - type: SolutionContainerManager
-    solutions:
-      food:
-        maxVol: 30
-        reagents:
-          - ReagentId: Nutriment
-            Quantity: 15
-          - ReagentId: Rice
-            Quantity: 5
-          - ReagentId: Sugar
-            Quantity: 2
\ No newline at end of file