[MIRROR] Moves screen objects from mob to hud (#1336)

* Moves screen objects from mob to hud (#54400)

This moves screen images from icons/mob to icons/hud
Makes more sense and it is easier to find

* Moves screen objects from mob to hud

* Update radial.dm

Co-authored-by: nicbn <nicolas.nattis@gmail.com>
Co-authored-by: Azarak <azarak10@gmail.com>
This commit is contained in:
SkyratBot
2020-10-16 03:37:54 +02:00
committed by GitHub
parent d80c0b303b
commit 28472fa8f3
68 changed files with 141 additions and 141 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ GLOBAL_PROTECT(admin_verbs_debug_mapping)
/obj/effect/debugging/mapfix_marker
name = "map fix marker"
icon = 'icons/mob/screen_gen.dmi'
icon = 'icons/hud/screen_gen.dmi'
icon_state = "mapfixmarker"
desc = "I am a mappers mistake."
@@ -312,7 +312,7 @@ GLOBAL_VAR_INIT(say_disabled, FALSE)
qdel(D)
//Also add the x
for(var/x_number in 1 to 4)
final.Insert(icon('icons/mob/screen_gen.dmi', "x[x_number == 1 ? "" : x_number]"), "x[x_number == 1 ? "" : x_number]")
final.Insert(icon('icons/hud/screen_gen.dmi', "x[x_number == 1 ? "" : x_number]"), "x[x_number == 1 ? "" : x_number]")
fcopy(final, "icons/mob/landmarks.dmi")
/client/proc/debug_z_levels()