mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
[MIRROR] Spacecoin market now shows where it will land with animated circle (#27995)
* 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  ## Why It's Good For The Game Sniper scope icon as telegraph for spacecoin looks shitty, this pr fixes that ## Changelog 🆑 code: crab17 telegraph now uses animated spinning telegraph circle instead of sniper scope button /🆑 * Spacecoin market now shows where it will land with animated circle --------- Co-authored-by: MelokGleb <99420088+MelokGleb@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user