diff --git a/Resources/Prototypes/_NF/Entities/Structures/machines.yml b/Resources/Prototypes/_NF/Entities/Structures/machines.yml index 04436b7eab6..08b19d829eb 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/machines.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/machines.yml @@ -33,7 +33,7 @@ - map: ["computerLayerKeyboard"] state: generic_keyboard - map: ["computerLayerScreen"] - state: telesci + state: shipyard - map: ["computerLayerKeys"] state: telesci_key - type: ItemSlots @@ -63,7 +63,7 @@ - map: ["computerLayerKeyboard"] state: generic_keyboard - map: ["computerLayerScreen"] - state: telesci_red + state: shipyard_security - map: ["computerLayerKeys"] state: telesci_key diff --git a/Resources/Textures/Structures/Machines/computers.rsi/meta.json b/Resources/Textures/Structures/Machines/computers.rsi/meta.json index 8801aebb6ca..9c9d123f1aa 100644 --- a/Resources/Textures/Structures/Machines/computers.rsi/meta.json +++ b/Resources/Textures/Structures/Machines/computers.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bd6873fd4dd6a61d7e46f1d75cd4d90f64c40894. comm_syndie made by Veritius, based on comm.", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bd6873fd4dd6a61d7e46f1d75cd4d90f64c40894. comm_syndie made by Veritius, based on comm. shipyard_security and shipyard made by Potato1234_x", "size": { "x": 32, "y": 32 @@ -1460,6 +1460,66 @@ "name": "security_key_off", "directions": 4 }, + { + "name": "shipyard", + "directions": 4, + "delays": [ + [ + 1.0, + 0.3, + 1.0, + 0.3 + ], + [ + 1.0, + 0.3, + 1.0, + 0.3 + ], + [ + 1.0, + 0.3, + 1.0, + 0.3 + ], + [ + 1.0, + 0.3, + 1.0, + 0.3 + ] + ] + }, + { + "name": "shipyard_security", + "directions": 4, + "delays": [ + [ + 1.0, + 0.3, + 1.0, + 0.3 + ], + [ + 1.0, + 0.3, + 1.0, + 0.3 + ], + [ + 1.0, + 0.3, + 1.0, + 0.3 + ], + [ + 1.0, + 0.3, + 1.0, + 0.3 + ] + ] + }, { "name": "shuttle", "directions": 4, diff --git a/Resources/Textures/Structures/Machines/computers.rsi/shipyard.png b/Resources/Textures/Structures/Machines/computers.rsi/shipyard.png new file mode 100644 index 00000000000..c2ff5f3d237 Binary files /dev/null and b/Resources/Textures/Structures/Machines/computers.rsi/shipyard.png differ diff --git a/Resources/Textures/Structures/Machines/computers.rsi/shipyard_security.png b/Resources/Textures/Structures/Machines/computers.rsi/shipyard_security.png new file mode 100644 index 00000000000..d8152b95e96 Binary files /dev/null and b/Resources/Textures/Structures/Machines/computers.rsi/shipyard_security.png differ