diff --git a/Resources/Prototypes/_Nuclear14/Entities/Markers/environmental.yml b/Resources/Prototypes/_Nuclear14/Entities/Markers/environmental.yml index ad7ec7f5b9d..88ccbd69edb 100644 --- a/Resources/Prototypes/_Nuclear14/Entities/Markers/environmental.yml +++ b/Resources/Prototypes/_Nuclear14/Entities/Markers/environmental.yml @@ -85,4 +85,16 @@ - WallLayer density: 1000 - type: Physics - bodyType: Static \ No newline at end of file + bodyType: Static + + +# Weather Blocker +- type: entity + name: Marker Weather Blocker + id: MarkerWeatherblocker + parent: MarkerBase + components: + - type: Sprite + sprite: _Nuclear14/Markers/environment.rsi + state: weather + - type: BlockWeather \ No newline at end of file diff --git a/Resources/Textures/_Nuclear14/Markers/environment.rsi/meta.json b/Resources/Textures/_Nuclear14/Markers/environment.rsi/meta.json index c841f7ad8ed..6fc7decc8b9 100644 --- a/Resources/Textures/_Nuclear14/Markers/environment.rsi/meta.json +++ b/Resources/Textures/_Nuclear14/Markers/environment.rsi/meta.json @@ -24,6 +24,9 @@ }, { "name": "wall" + }, + { + "name": "weather" } ] } diff --git a/Resources/Textures/_Nuclear14/Markers/environment.rsi/weather.png b/Resources/Textures/_Nuclear14/Markers/environment.rsi/weather.png new file mode 100644 index 00000000000..adb9f53a473 Binary files /dev/null and b/Resources/Textures/_Nuclear14/Markers/environment.rsi/weather.png differ