diff --git a/Resources/Prototypes/Corvax/Entities/Structures/Storage/Tanks/tanks.yml b/Resources/Prototypes/Corvax/Entities/Structures/Storage/Tanks/tanks.yml deleted file mode 100644 index 4b204d9b6c2..00000000000 --- a/Resources/Prototypes/Corvax/Entities/Structures/Storage/Tanks/tanks.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Kvass -- type: entity - id: KvassTank - parent: StorageTank - suffix: Empty - components: - - type: Sprite - sprite: Corvax/Structures/Storage/kvass.rsi - state: kvass - -- type: entity - parent: KvassTank - id: KvassTankFull - suffix: Full - components: - - type: SolutionContainerManager - solutions: - tank: - reagents: - - ReagentId: Kvass - Quantity: 1500