diff --git a/Resources/Prototypes/_NF/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/_NF/Entities/Structures/Wallmounts/Signs/signs.yml index 93adaf699fd..343bb85ce09 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Wallmounts/Signs/signs.yml @@ -158,4 +158,13 @@ description: A sign that marks the area beyond as an NFSD shooting range. components: - type: Sprite - state: range \ No newline at end of file + state: range + +- type: entity + parent: BaseSignNF + id: SignNfsdEvidence + name: evidence sign + description: A sign that marks the area beyond as an NFSD evidence room. + components: + - type: Sprite + state: evidence \ No newline at end of file diff --git a/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/evidence.png b/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/evidence.png new file mode 100644 index 00000000000..caaca1da8cb Binary files /dev/null and b/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/evidence.png differ diff --git a/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/meta.json b/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/meta.json index f8a0767101a..1850d41f232 100644 --- a/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/meta.json +++ b/Resources/Textures/_NF/Structures/Wallmounts/signs.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "direction_sr - Created by MagnusCrowe for Frontier Station, cb1/cb2/cb3/cb4/nfsd/shop/vend - Created by GentleButter for Frontier Station, nfsd/range/law/brig/brigmed/detective/brief/armoury - Created by GhostPrinceLost for Frontier Station", + "copyright": "direction_sr - Created by MagnusCrowe for Frontier Station, cb1/cb2/cb3/cb4/nfsd/shop/vend - Created by GentleButter for Frontier Station, nfsd/range/law/brig/brigmed/detective/brief/armoury/evidence - Created by GhostPrinceLost for Frontier Station", "states": [ { "name": "direction_sr", @@ -174,6 +174,9 @@ }, { "name": "range" + }, + { + "name": "evidence" } ] }