From af736eb93daf47f71b704cca850c65271d97c25a Mon Sep 17 00:00:00 2001 From: Sukilove <186358809+Soupkilove@users.noreply.github.com> Date: Fri, 23 May 2025 18:40:52 -0700 Subject: [PATCH] Added a new detective's office sign (#37765) * Added a new detective's office sign * Revised the design --- .../Structures/Wallmounts/Signs/signs.yml | 9 +++++++++ .../Structures/Wallmounts/signs.rsi/detective.png | Bin 0 -> 377 bytes .../Structures/Wallmounts/signs.rsi/meta.json | 5 ++++- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/Structures/Wallmounts/signs.rsi/detective.png diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml index b7595baac9..b77fbc3547 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml @@ -1245,6 +1245,15 @@ - type: Sprite state: security +- type: entity + parent: BaseSign + id: SignDetective + name: Detective sign + description: A sign depicting the detective's office. + components: + - type: Sprite + state: detective + - type: entity parent: BaseSign id: SignPlaque diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/detective.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/detective.png new file mode 100644 index 0000000000000000000000000000000000000000..d3e72c5388cb7ab371c949180fd3d96234b77f69 GIT binary patch literal 377 zcmV-<0fzpGP)Px$Gf6~2R9J=Wmp^X8Fc?Q)Dh|+rDKir@7vLOT5eg?lLaf}zGgIeG9dZLRIW>+y zpyEU}}Lb0!tJ)g6VNdrZN3DFm2^YO z$d%Dg-*4S6*xwkqR}@GAkEd&}JtX4iqeQ^M`}1MZ7MpAVW%LXW0msvIu{2c$YNg5& z{Hj1{vITD4Zc%)0`tzaPzrZc7ki;u7KiT_$GI}0i%tlmAz=c_f6kw5n3on7XiLQYb z@MwWn@MwWnaEPpd7GRsC8Bj)}jAlO!0PKfhZga24JcP0Y;CTnMyPcgO|FemJpOn!y z5h$&XWC42+fuBQ1$t;Mc;w`Yw?sl1P;7-D+c=7~tM(HlkB>d(*Urbzy3VaaY{{eUa Xmr!~J<0z{w00000NkvXXu0mjfN-vyY literal 0 HcmV?d00001 diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json index 3a7caf0688..9da6753c35 100644 --- a/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json +++ b/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18 and bee station at commit https://github.com/BeeStation/BeeStation-Hornet/commit/13dd5ac712385642574138f6d7b30eea7c2fab9c, Job signs by EmoGarbage404 (github) with inspiration from yogstation and tgstation, 'direction_exam' and 'direction_icu' made by rosieposieeee (github), 'direction_atmos' made by SlamBamActionman, 'vox' based on sprites taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/e7f005f8b8d3f7d89cbee3b87f76c23f9e951c27/icons/obj/decals.dmi, 'direction_pods' derived by WarPigeon from existing directional signs.", + "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 4e0bbe682d0a00192d24708fdb7031008aa03f18 and bee station at commit https://github.com/BeeStation/BeeStation-Hornet/commit/13dd5ac712385642574138f6d7b30eea7c2fab9c, Job signs by EmoGarbage404 (github) with inspiration from yogstation and tgstation, 'direction_exam' and 'direction_icu' made by rosieposieeee (github), 'direction_atmos' made by SlamBamActionman, 'vox' based on sprites taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/e7f005f8b8d3f7d89cbee3b87f76c23f9e951c27/icons/obj/decals.dmi, 'direction_pods' derived by WarPigeon from existing directional signs., 'detective' derived by Soupkilove from existing security sign", "states": [ { "name": "ai" @@ -118,6 +118,9 @@ { "name": "deathsposal" }, + { + "name": "detective" + }, { "name": "direction_atmos", "directions": 4 -- 2.51.2