From f99434c4dad0b5c34a8a779ce647b5422a2f5988 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Tue, 4 Jun 2024 19:09:50 -0400 Subject: [PATCH] [MIRROR] Spacecoin market now shows where it will land with animated circle (#2834) * Spacecoin market now shows where it will land with animated circle (#83699) ## About The Pull Request Spacecoin market telegraph was changed so it will not be just sniper scope button icon ![image](https://github.com/tgstation/tgstation/assets/99420088/806ba78e-8f7b-4caa-8398-a3e22561d6ea) ## Why It's Good For The Game Sniper scope icon as telegraph for spacecoin looks shitty, this pr fixes that ## Changelog :cl: code: crab17 telegraph now uses animated spinning telegraph circle instead of sniper scope button /:cl: * Spacecoin market now shows where it will land with animated circle --------- Co-authored-by: MelokGleb <99420088+MelokGleb@users.noreply.github.com> Co-authored-by: NovaBot13 --- code/game/objects/items/crab17.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/crab17.dm b/code/game/objects/items/crab17.dm index 25582bc9189..45bb25285ef 100644 --- a/code/game/objects/items/crab17.dm +++ b/code/game/objects/items/crab17.dm @@ -227,8 +227,8 @@ /obj/effect/dumpeet_target name = "Landing Zone Indicator" desc = "A holographic projection designating the landing zone of something. It's probably best to stand back." - icon = 'icons/mob/actions/actions_items.dmi' - icon_state = "sniper_zoom" + icon = 'icons/mob/telegraphing/telegraph_holographic.dmi' + icon_state = "target_circle" layer = PROJECTILE_HIT_THRESHHOLD_LAYER light_range = 2 var/obj/effect/dumpeet_fall/DF