mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 05:02:33 +00:00
* cabinet man * Kubrick and the Beast (Doomba Track) * all the people rest by the maintainers request when the sun goes down * Dvorak Demon - Ambient god I need Adderall I cranked this whole thing out faster than my fucking lab report * Hot-Honed Holophone * Apply suggestions from code review Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> * changes for ebba * listen I can only make so many music jokes in commits * adds a little more * Update space_areas.dm * I'm very stupid * adds cameras to dvorak * jesus no almost forgot that * better cameras from EBBA * Update code/game/machinery/camera/camera_presets.dm Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * Update code/game/machinery/camera/camera_presets.dm Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com> --------- Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com> Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
47 lines
1.4 KiB
Plaintext
47 lines
1.4 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"
|
|
pixel_x = -32
|
|
pixel_y = -32
|
|
|
|
/obj/effect/map_effect/marker/mapmanip/submap/insert
|
|
name = "mapmanip marker, insert submap"
|
|
icon = 'icons/effects/map_effects_96x96.dmi'
|
|
icon_state = "mapmanip_insert"
|
|
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"
|
|
|
|
/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"
|