diff --git a/Resources/Prototypes/_NF/Entities/Structures/hydro_tray.yml b/Resources/Prototypes/_NF/Entities/Structures/hydro_tray.yml index ecefa79e378..200f77ed65b 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/hydro_tray.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/hydro_tray.yml @@ -17,8 +17,8 @@ - MachineMask - type: Sprite layers: - - sprite: Structures/Hydroponics/containers.rsi - state: hydrotray3 + - sprite: _NF/Structures/Hydroponics/containers.rsi + state: hydrotrayheavy - sprite: Structures/Hydroponics/overlays.rsi state: lowhealth3 map: [ "health_alert" ] diff --git a/Resources/Textures/_NF/Structures/Hydroponics/containers.rsi/hydrotrayheavy.png b/Resources/Textures/_NF/Structures/Hydroponics/containers.rsi/hydrotrayheavy.png new file mode 100644 index 00000000000..4e8fb8f5eac Binary files /dev/null and b/Resources/Textures/_NF/Structures/Hydroponics/containers.rsi/hydrotrayheavy.png differ diff --git a/Resources/Textures/_NF/Structures/Hydroponics/containers.rsi/meta.json b/Resources/Textures/_NF/Structures/Hydroponics/containers.rsi/meta.json new file mode 100644 index 00000000000..f877c9fd8f8 --- /dev/null +++ b/Resources/Textures/_NF/Structures/Hydroponics/containers.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "gentlejester-148196053781315584", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "hydrotrayheavy" + } + ] +}