diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml index 9b0b90600c..230734b03b 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml @@ -275,7 +275,7 @@ description: A tasty dessert that reminds you of the wine you didn't make. components: - type: Food - trash: FoodPlateSmall2 + trash: FoodPlateSmall - type: Sprite layers: - state: plate-tart @@ -289,7 +289,7 @@ description: "\" \"" components: - type: Food - trash: FoodPlateSmall2 + trash: FoodPlateSmall - type: Sprite layers: - state: plate-tart @@ -303,7 +303,7 @@ description: A tasty dessert that won't make it through a metal detector. components: - type: Food - trash: FoodPlateSmall2 + trash: FoodPlateSmall - type: Sprite layers: - state: plate-tart @@ -317,7 +317,7 @@ description: A tasty dessert made of chocolate, with a liquid core. components: - type: Food - trash: FoodPlateSmall2 + trash: FoodPlateSmall - type: Sprite layers: - state: plate-tart diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml index 2699e4aa0e..b3362a35df 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pizza.yml @@ -28,7 +28,7 @@ abstract: true components: - type: Food - trash: PlateTart + trash: FoodPlateSmall - type: SolutionContainer maxVol: 5 contents: diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/plate.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/plate.yml index e9f8825235..efc81ff328 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/plate.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/plate.yml @@ -4,10 +4,10 @@ # is that system. Ideally, food on plates would have a system where when thrown, it would # break the plate and the loaf would fall off. -# Bread Plate +# Large Plate - type: entity - name: plate + name: large plate parent: BaseItem id: FoodPlate description: A large plate, excellent for bread. @@ -51,7 +51,7 @@ # Small Plate - type: entity - name: plate + name: small plate parent: Plate id: FoodPlateSmall description: A small plate. Delicate. @@ -87,45 +87,6 @@ state: plate-small-trash netsync: false -# A second small plate for different purposes. - -- type: entity - name: plate - parent: Plate - id: FoodPlateSmall2 - description: A small plate, excellent for a tart. - components: - - type: Sprite - sprite: Objects/Consumable/Food/plates.rsi - state: plate-tart -# Needs the full thing because inherting is dumb sometimes. - - type: Destructible - thresholds: - - trigger: - !type:DamageTrigger - damage: 5 - behaviors: - - !type:PlaySoundCollectionBehavior - soundCollection: GlassBreak - - !type:SpawnEntitiesBehavior - spawn: - PlateSmall2Trash: - min: 1 - max: 1 - - !type:DoActsBehavior - acts: [ "Destruction" ] - -- type: entity - name: broken plate - parent: BaseItem - id: FoodPlateSmall2Trash - description: A broken plate. Useless. - components: - - type: Sprite - sprite: Objects/Consumable/Food/plates.rsi - state: plate-small-trash - netsync: false - # Plastic Plate - type: entity diff --git a/Resources/Textures/Objects/Consumable/Food/plates.rsi/meta.json b/Resources/Textures/Objects/Consumable/Food/plates.rsi/meta.json index 0a96ac5f11..d0cfd10216 100644 --- a/Resources/Textures/Objects/Consumable/Food/plates.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Food/plates.rsi/meta.json @@ -13,24 +13,15 @@ { "name": "plate-trash" }, - { - "name": "plate-pizza" - }, { "name": "plate-plastic" }, - { - "name": "plate-slice-shading" - }, { "name": "plate-small" }, { "name": "plate-small-trash" }, - { - "name": "plate-tart" - }, { "name": "plate-small-plastic" }, diff --git a/Resources/Textures/Objects/Consumable/Food/plates.rsi/plate-pizza.png b/Resources/Textures/Objects/Consumable/Food/plates.rsi/plate-pizza.png deleted file mode 100644 index 5f95d86cb3..0000000000 Binary files a/Resources/Textures/Objects/Consumable/Food/plates.rsi/plate-pizza.png and /dev/null differ diff --git a/Resources/Textures/Objects/Consumable/Food/plates.rsi/plate-slice-shading.png b/Resources/Textures/Objects/Consumable/Food/plates.rsi/plate-slice-shading.png deleted file mode 100644 index 8874e90454..0000000000 Binary files a/Resources/Textures/Objects/Consumable/Food/plates.rsi/plate-slice-shading.png and /dev/null differ diff --git a/Resources/Textures/Objects/Consumable/Food/plates.rsi/plate-tart.png b/Resources/Textures/Objects/Consumable/Food/plates.rsi/plate-tart.png deleted file mode 100644 index 1e86936f27..0000000000 Binary files a/Resources/Textures/Objects/Consumable/Food/plates.rsi/plate-tart.png and /dev/null differ