mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
* docks * shuttles * a * a * a * a * a * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * epic fail fix * a --------- Co-authored-by: DreamySkrell <>
32 lines
856 B
Plaintext
32 lines
856 B
Plaintext
/obj/effect/map_effect/map_helper
|
|
name = "some non-descript map helper (abstract type def)"
|
|
desc = ""
|
|
icon = 'icons/effects/map_effects.dmi'
|
|
layer = ABOVE_ALL_MOB_LAYER
|
|
|
|
/obj/effect/map_effect/map_helper/Initialize(mapload)
|
|
..()
|
|
return INITIALIZE_HINT_QDEL
|
|
|
|
/obj/effect/map_effect/map_helper/mark_good
|
|
name = "GOOD"
|
|
icon = 'icons/effects/map_effects_96x96.dmi'
|
|
icon_state = "mark_good"
|
|
|
|
/obj/effect/map_effect/map_helper/mark_acceptable
|
|
name = "ACCEPTABLE"
|
|
icon = 'icons/effects/map_effects_96x96.dmi'
|
|
icon_state = "mark_ehh"
|
|
|
|
/obj/effect/map_effect/map_helper/mark_bad
|
|
name = "BAD"
|
|
icon = 'icons/effects/map_effects_96x96.dmi'
|
|
icon_state = "mark_bad"
|
|
|
|
/obj/effect/map_effect/map_helper/ruler_tiles_3
|
|
name = "ruler, three tiles long"
|
|
icon = 'icons/effects/map_effects_96x96.dmi'
|
|
icon_state = "ruler_tiles_3"
|
|
pixel_x = -32
|
|
pixel_y = -32
|