Adds the water cooler (#7724)

This commit is contained in:
Peptide90
2022-04-24 00:39:00 +01:00
committed by GitHub
parent aee013e1ef
commit cbe6f620e7
3 changed files with 20 additions and 1 deletions

View File

@@ -61,6 +61,22 @@
- ReagentId: Water
Quantity: 1500
- type: entity
parent: WaterTankFull
id: WaterCooler
name: water cooler
description: Seems like a good place to stand and waste time.
components:
- type: Sprite
sprite: Structures/Storage/tanks.rsi
state: watercooler
- type: SolutionContainerManager
solutions:
tank:
reagents:
- ReagentId: Water
Quantity: 500
- type: entity
parent: StorageTank
id: WaterTankHighCapacity

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/8442af39ee82b813194f71db82edd2923d97818d",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/8442af39ee82b813194f71db82edd2923d97818d, watercooler Taken from paradise at https://github.com/ParadiseSS13/Paradise/commit/ae2258d9235752ac6d80ec11e36553fe3b6ae59e",
"size": {
"x": 32,
"y": 32
@@ -15,6 +15,9 @@
},
{
"name": "highwatertank"
},
{
"name": "watercooler"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B