Skip to content

Commit

Permalink
[MIRROR] Spacecoin market now shows where it will land with animated …
Browse files Browse the repository at this point in the history
…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 <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed Jun 4, 2024
1 parent 9ff6906 commit f99434c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/crab17.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f99434c

Please sign in to comment.