mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user