diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/monitors_televisions.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/monitors_televisions.yml index ff835bb67e..a953371a5f 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/monitors_televisions.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/monitors_televisions.yml @@ -42,7 +42,7 @@ sprite: Structures/Machines/computers.rsi layers: - map: ["computerLayerBody"] - state: television + state: telescreen_frame - map: ["computerLayerScreen"] state: telescreen - type: Fixtures diff --git a/Resources/Prototypes/Recipes/Construction/utilities.yml b/Resources/Prototypes/Recipes/Construction/utilities.yml index 7ecbcaaed1..2209fab79e 100644 --- a/Resources/Prototypes/Recipes/Construction/utilities.yml +++ b/Resources/Prototypes/Recipes/Construction/utilities.yml @@ -23,9 +23,10 @@ description: "A surveillance camera monitor for the wall." icon: sprite: Structures/Machines/computers.rsi - state: telescreen + state: telescreen_frame objectType: Structure placementMode: SnapgridCenter + canBuildInImpassable: true # POWER - type: construction diff --git a/Resources/Textures/Structures/Machines/computers.rsi/meta.json b/Resources/Textures/Structures/Machines/computers.rsi/meta.json index dca1a0bc1a..2fb8dcee28 100644 --- a/Resources/Textures/Structures/Machines/computers.rsi/meta.json +++ b/Resources/Textures/Structures/Machines/computers.rsi/meta.json @@ -1606,6 +1606,10 @@ "name": "telescreen", "directions": 4 }, + { + "name": "telescreen_frame", + "directions": 4 + }, { "name": "telescreen_broken", "directions": 4 diff --git a/Resources/Textures/Structures/Machines/computers.rsi/telescreen.png b/Resources/Textures/Structures/Machines/computers.rsi/telescreen.png index 6659b1736a..dd0312de33 100644 Binary files a/Resources/Textures/Structures/Machines/computers.rsi/telescreen.png and b/Resources/Textures/Structures/Machines/computers.rsi/telescreen.png differ diff --git a/Resources/Textures/Structures/Machines/computers.rsi/telescreen_frame.png b/Resources/Textures/Structures/Machines/computers.rsi/telescreen_frame.png new file mode 100644 index 0000000000..cc7b7f0cee Binary files /dev/null and b/Resources/Textures/Structures/Machines/computers.rsi/telescreen_frame.png differ