From 68c042e8478f3599cc27857b26223d149e2ffe00 Mon Sep 17 00:00:00 2001 From: Zekins <136648667+Zekins3366@users.noreply.github.com> Date: Mon, 8 Apr 2024 00:44:14 +0300 Subject: [PATCH] Delete Resources/Prototypes/Corvax/Entities/Structures/Storage/Tanks/tanks.yml --- .../Structures/Storage/Tanks/tanks.yml | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 Resources/Prototypes/Corvax/Entities/Structures/Storage/Tanks/tanks.yml 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