Shuttle & Dock Guidelines (#17392)

* docks

* shuttles

* a

* a

* a

* a

* a

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* epic fail fix

* a

---------

Co-authored-by: DreamySkrell <>
This commit is contained in:
DreamySkrell
2023-09-27 18:26:38 +02:00
committed by GitHub
parent 847c5452b1
commit 55c7fb3964
6 changed files with 36859 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
/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