From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Sun, 5 Oct 2025 15:44:29 +0000 (+0200) Subject: Add Arrivals sign (#40227) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=7f69c44dd77fcad9410a6f9196257e6b32ad8ebb;p=space-station-14.git Add Arrivals sign (#40227) * Arrivals sign * Waving!!! * Attribution --- diff --git a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml index a8e834ecce..8798e920c7 100644 --- a/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml +++ b/Resources/Prototypes/Entities/Structures/Wallmounts/Signs/signs.yml @@ -296,6 +296,15 @@ - type: Sprite state: armory +- type: entity + parent: BaseSign + id: SignArrivals + name: arrivals sign + description: A sign indicating where the Arrivals shuttle will dock. + components: + - type: Sprite + state: arrivals + - type: entity parent: BaseSign id: SignToolStorage diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/arrivals.png b/Resources/Textures/Structures/Wallmounts/signs.rsi/arrivals.png new file mode 100644 index 0000000000..2a615548a7 Binary files /dev/null and b/Resources/Textures/Structures/Wallmounts/signs.rsi/arrivals.png differ diff --git a/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json b/Resources/Textures/Structures/Wallmounts/signs.rsi/meta.json index d535ec1dc2..4833c7b814 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., 'detective' derived by Soupkilove from existing security sign, direction_evac_glow made by moomoobeef based on existing direction_evac", + "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, direction_evac_glow made by moomoobeef based on existing direction_evac, 'arrivals' made by SlamBamActionman", "states": [ { "name": "ai" @@ -28,6 +28,9 @@ { "name": "armory" }, + { + "name": "arrivals" + }, { "name": "barbershop" },