Files
Hayden Redacted 28b2c14f41 Adds a New Space Ruin: The Gas Station (#32004)
* initial commits

* linter fix and makes it more messy

* linter pt 2

* linter pt 3

* webedit heresy

Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com>

* web editor heresy pt. 2

Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com>

---------

Signed-off-by: Hayden Redacted <91229275+haydenredacted@users.noreply.github.com>
2026-06-02 02:10:48 +00:00

111 lines
3.5 KiB
Plaintext

/obj/effect/map_effect/marker/mapmanip
name = "mapmanip marker"
layer = POINT_LAYER
/obj/effect/map_effect/marker/mapmanip/Initialize(mapload)
. = ..()
return INITIALIZE_HINT_QDEL
/obj/effect/map_effect/marker/mapmanip/submap/extract
name = "mapmanip marker, extract submap"
icon = 'icons/effects/map_effects_96x96.dmi'
icon_state = "mapmanip_extract"
color = "#ff00cc"
pixel_x = -32
pixel_y = -32
var/singleton_id
/obj/effect/map_effect/marker/mapmanip/submap/insert
name = "mapmanip marker, insert submap"
icon = 'icons/effects/map_effects_96x96.dmi'
icon_state = "mapmanip_insert"
color = "#ff00cc"
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 marker helper, submap edge"
icon = 'icons/effects/mapping_helpers.dmi'
icon_state = "mapmanip_submap_edge"
color = "#ff00cc"
// Farragus mapmanips
/obj/effect/map_effect/marker/mapmanip/submap/extract/station/cerestation/engineering_science
name = "Cerestation, Engineering-Science Maintenance"
/obj/effect/map_effect/marker/mapmanip/submap/insert/station/cerestation/engineering_science
name = "Cerestation, Engineering-Science Maintenance"
// DVORAK mapmanips
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/dvorak/vendor_room
name = "DVORAK vending machine room"
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/dvorak/vendor_room
name = "DVORAK vending machine room"
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/dvorak/turret_room
name = "DVORAK turret room"
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/dvorak/turret_room
name = "DVORAK turret room"
// Rocky Motel mapanips
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/rocky_motel
name = "Rocky motel submap"
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/rocky_motel
name = "Rocky motel submap"
// White ship mapmanips
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/white_ship/medbay
name = "white_ship medbay"
color = COLOR_LIME
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/white_ship/medbay
name = "white_ship medbay"
color = COLOR_LIME
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/white_ship/storage
name = "white_ship storage"
color = COLOR_SUN
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/white_ship/storage
name = "white_ship storage"
color = COLOR_SUN
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/white_ship/gun_room
name = "white_ship gun room"
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/white_ship/gun_room
name = "white_ship gun room"
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/asteroid8
name = "asteroid 8 crashed pod"
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/asteroid8
name = "asteroid 8 crashed pod"
// Boxstation mapmanips
/obj/effect/map_effect/marker/mapmanip/submap/extract/station/boxstation/engine
name = "Boxstation, Engine Room"
/obj/effect/map_effect/marker/mapmanip/submap/insert/station/boxstation/engine
name = "Boxstation, Engine Room"
// Gas Station Ruin mapmanips
/obj/effect/map_effect/marker/mapmanip/submap/extract/space_ruin/gas_station/fuel
name = "Gas Station, Fuel"
/obj/effect/map_effect/marker/mapmanip/submap/insert/space_ruin/gas_station/fuel
name = "Gas Station, Fuel"