fix: three small mapmanip followup issues (#27200)

* fix: two small mapmanip followup issues

* also qdel edge helper markers

* return init hints instead
This commit is contained in:
warriorstar-orion
2024-10-29 21:45:03 +00:00
committed by GitHub
parent f38ccd7b54
commit a70062a84b
3 changed files with 21 additions and 11 deletions
@@ -4,7 +4,7 @@
/obj/effect/map_effect/marker/mapmanip/Initialize(mapload)
. = ..()
qdel(src)
return INITIALIZE_HINT_QDEL
/obj/effect/map_effect/marker/mapmanip/submap/extract
name = "mapmanip marker, extract submap"
@@ -20,7 +20,15 @@
pixel_x = -32
pixel_y = -32
/obj/effect/map_effect/marker_helper
name = "marker helper"
layer = POINT_LAYER
/obj/effect/map_effect/marker_helper/Initialize(mapload)
. = ..()
return INITIALIZE_HINT_QDEL
/obj/effect/map_effect/marker_helper/mapmanip/submap/edge
name = "mapmanip helper marker, edge of submap"
name = "mapmanip marker helper, submap edge"
icon = 'icons/effects/mapping_helpers.dmi'
icon_state = "mapmanip_submap_edge"