diff --git a/code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm b/code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm index 2fc5d501796..3c8722e9773 100644 --- a/code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm +++ b/code/modules/mapfluff/ruins/spaceruin_code/hilbertshotel.dm @@ -9,7 +9,7 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999)) w_class = WEIGHT_CLASS_SMALL resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF //SKYRAT EDIT ADDITION - GHOST HOTEL UPDATE + EXTRA STUFF - var/static/list/hotel_maps = list("Generic", "Apartment", "Beach Condo", "Station Side", "Library", "Cultist's Cavern", "Winter Woods", "Evacuated Station", "Prison", "Corporate Office", "Recovery Wing", "Grotto", "Grotto (Night)", "Fox Bar", "The Nightclub", "EVA", "Oasis", "Oasis (Night)") + var/static/list/hotel_maps = list("Generic", "Apartment", "Beach Condo", "Station Side", "Library", "Cultist's Cavern", "Winter Woods", "Evacuated Station", "Prison", "Corporate Office", "Recovery Wing", "Grotto", "Grotto (Night)", "Fox Bar", "The Nightclub", "EVA", "Oasis", "Oasis (Night)", "Public Pool", "Mini Engineering", "Syndicate Office", "Syndicate Ops Centre") //standart - hilber's hotel room //apartment - see /datum/map_template/ghost_cafe_rooms //beach condo - Beach themed apartment @@ -34,6 +34,11 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999)) var/datum/map_template/ghost_cafe_rooms/eva/ghost_cafe_rooms_eva var/datum/map_template/ghost_cafe_rooms/oasis/ghost_cafe_rooms_oasis var/datum/map_template/ghost_cafe_rooms/oasisalt/ghost_cafe_rooms_oasisalt + + var/datum/map_template/ghost_cafe_rooms/pool/ghost_cafe_rooms_pool + var/datum/map_template/ghost_cafe_rooms/engineering/ghost_cafe_rooms_engineering + var/datum/map_template/ghost_cafe_rooms/syndieoffice/ghost_cafe_rooms_syndieoffice + var/datum/map_template/ghost_cafe_rooms/synopcenter/ghost_cafe_rooms_synopcenter //BUBBER EDIT END var/datum/map_template/hilbertshotel/hotelRoomTemp @@ -74,6 +79,11 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999)) ghost_cafe_rooms_eva = new() ghost_cafe_rooms_oasis = new() ghost_cafe_rooms_oasisalt = new() + + ghost_cafe_rooms_pool = new() + ghost_cafe_rooms_engineering = new() + ghost_cafe_rooms_syndieoffice = new() + ghost_cafe_rooms_synopcenter = new() //BUBBER EDIT END var/area/currentArea = get_area(src) @@ -267,6 +277,18 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999)) else if(chosen_room == "Oasis (Night)") load_from = ghost_cafe_rooms_oasisalt + + else if(chosen_room == "Public Pool") + load_from = ghost_cafe_rooms_pool + + else if(chosen_room == "Mini Engineering") + load_from = ghost_cafe_rooms_engineering + + else if(chosen_room == "Syndicate Office") + load_from = ghost_cafe_rooms_syndieoffice + + else if(chosen_room == "Syndicate Ops Centre") + load_from = ghost_cafe_rooms_synopcenter //BUBBER EDIT END @@ -487,7 +509,7 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999)) desc = "Stop looking through the bluespace peephole." button_icon_state = "cancel_peephole" -/datum/action/peephole_cancel/Trigger(mob/clicker, trigger_flags) +/datum/action/peephole_cancel/Trigger(trigger_flags) . = ..() to_chat(owner, span_warning("You move away from the peephole.")) owner.reset_perspective() diff --git a/modular_skyrat/modules/ghostcafe/code/hilbertshotel_ghost.dm b/modular_skyrat/modules/ghostcafe/code/hilbertshotel_ghost.dm index 0a2e73bb841..cf9cec6ca73 100644 --- a/modular_skyrat/modules/ghostcafe/code/hilbertshotel_ghost.dm +++ b/modular_skyrat/modules/ghostcafe/code/hilbertshotel_ghost.dm @@ -84,3 +84,19 @@ /datum/map_template/ghost_cafe_rooms/oasisalt name = "Oasis (Night)" mappath = "modular_skyrat/modules/hotel_rooms/oasisalt.dmm" + +/datum/map_template/ghost_cafe_rooms/pool + name = "Public Pool" + mappath = "modular_skyrat/modules/hotel_rooms/pool.dmm" + +/datum/map_template/ghost_cafe_rooms/engineering + name = "Mini Engineering" + mappath = "modular_skyrat/modules/hotel_rooms/engineering.dmm" + +/datum/map_template/ghost_cafe_rooms/syndieoffice + name = "Syndicate Office" + mappath = "modular_skyrat/modules/hotel_rooms/syndieoffice.dmm" + +/datum/map_template/ghost_cafe_rooms/synopcenter + name = "Syndicate Ops Centre" + mappath = "modular_skyrat/modules/hotel_rooms/synopcenter.dmm" diff --git a/modular_skyrat/modules/hotel_rooms/engineering.dmm b/modular_skyrat/modules/hotel_rooms/engineering.dmm new file mode 100644 index 00000000000..4ea7a6f7777 --- /dev/null +++ b/modular_skyrat/modules/hotel_rooms/engineering.dmm @@ -0,0 +1,877 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ae" = ( +/obj/machinery/vending/engivend, +/turf/open/floor/iron/dark, +/area/misc/hilbertshotel) +"aC" = ( +/turf/open/floor/iron/dark, +/area/misc/hilbertshotel) +"cw" = ( +/obj/machinery/suit_storage_unit, +/turf/open/floor/iron/smooth_large, +/area/misc/hilbertshotel) +"cy" = ( +/obj/effect/turf_decal/tile/yellow/half{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/misc/hilbertshotel) +"cO" = ( +/turf/open/floor/plating, +/area/misc/hilbertshotel) +"da" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark/half, +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"dw" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth_large, +/area/misc/hilbertshotel) +"dB" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/obj/structure/cable, +/turf/open/floor/plating, +/area/misc/hilbertshotel) +"es" = ( +/obj/effect/turf_decal/siding/yellow/corner, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 8 + }, +/turf/open/floor/iron/smooth_large, +/area/misc/hilbertshotel) +"eK" = ( +/obj/effect/turf_decal/tile/yellow/half{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 1; + name = "grimy chair" + }, +/turf/open/floor/iron/smooth_half, +/area/misc/hilbertshotel) +"fw" = ( +/obj/effect/turf_decal/tile/yellow/half{ + dir = 4 + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/misc/hilbertshotel) +"gd" = ( +/turf/open/floor/iron/showroomfloor, +/area/misc/hilbertshotel) +"iK" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"iL" = ( +/obj/effect/spawner/structure/window/reinforced/plasma, +/turf/open/floor/plating, +/area/misc/hilbertshotel) +"jk" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow/half{ + dir = 8 + }, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/misc/hilbertshotel) +"jT" = ( +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"kh" = ( +/obj/machinery/power/energy_accumulator/tesla_coil/anchored, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"kz" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"mn" = ( +/obj/structure/girder, +/turf/open/floor/iron/dark, +/area/misc/hilbertshotel) +"mx" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"mQ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/iron/smooth_corner{ + dir = 1 + }, +/area/misc/hilbertshotel) +"ni" = ( +/obj/structure/table/reinforced, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 5 + }, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/glasses/meson/engine, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"no" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/analyzer, +/obj/item/pipe_dispenser, +/obj/item/flashlight, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"nM" = ( +/turf/closed/indestructible/hoteldoor{ + icon_state = "closed"; + icon = 'modular_skyrat/modules/aesthetics/airlock/icons/airlocks/station/engineering.dmi' + }, +/area/misc/hilbertshotel) +"oU" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/obj/structure/sign/warning/fire/directional/north, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"pi" = ( +/obj/machinery/power/shieldwallgen, +/turf/open/floor/plating, +/area/misc/hilbertshotel) +"pz" = ( +/obj/effect/turf_decal/tile/yellow/anticorner{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/obj/structure/chair/office{ + dir = 1; + name = "grimy chair" + }, +/turf/open/floor/iron/smooth_corner, +/area/misc/hilbertshotel) +"pS" = ( +/obj/machinery/power/energy_accumulator/grounding_rod/anchored, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"pT" = ( +/obj/machinery/light/directional/west, +/obj/machinery/vending/tool, +/turf/open/floor/iron/dark, +/area/misc/hilbertshotel) +"qN" = ( +/obj/machinery/door/airlock/bathroom, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"re" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"ri" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"sn" = ( +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"so" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"sq" = ( +/obj/machinery/shower/directional/east, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/showroomfloor, +/area/misc/hilbertshotel) +"sV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"uK" = ( +/obj/machinery/door/airlock/engineering, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"vg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"vm" = ( +/obj/effect/turf_decal/tile/yellow/anticorner{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/toy/plush/skyrat/engihound, +/turf/open/floor/iron/smooth_corner{ + dir = 8 + }, +/area/misc/hilbertshotel) +"wq" = ( +/obj/effect/turf_decal/tile/yellow/anticorner{ + dir = 8 + }, +/turf/open/floor/iron/smooth_corner{ + dir = 4 + }, +/area/misc/hilbertshotel) +"wy" = ( +/obj/effect/turf_decal/tile/yellow/half, +/turf/open/floor/iron/smooth_half, +/area/misc/hilbertshotel) +"xe" = ( +/turf/open/floor/iron/smooth_large, +/area/misc/hilbertshotel) +"xA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"xW" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"yy" = ( +/obj/structure/table, +/turf/open/floor/iron/dark, +/area/misc/hilbertshotel) +"BK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"BR" = ( +/obj/machinery/door/poddoor/preopen{ + id = "hiblert" + }, +/turf/open/floor/plating, +/area/misc/hilbertshotel) +"Cn" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/effect/turf_decal/tile/dark/half{ + dir = 1 + }, +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"Cs" = ( +/obj/machinery/power/smes, +/turf/open/floor/iron/smooth_large, +/area/misc/hilbertshotel) +"CD" = ( +/obj/structure/table, +/obj/structure/reagent_dispensers/servingdish{ + icon = 'icons/obj/machines/engine/supermatter.dmi'; + icon_state = "sm"; + name = "souper matter" + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"CZ" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/open/floor/iron/smooth_large, +/area/misc/hilbertshotel) +"Df" = ( +/obj/machinery/computer{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow/anticorner{ + dir = 8 + }, +/turf/open/floor/iron/smooth_corner{ + dir = 4 + }, +/area/misc/hilbertshotel) +"Dy" = ( +/obj/machinery/vending/wardrobe/engi_wardrobe/ghost_cafe, +/turf/open/floor/iron/dark, +/area/misc/hilbertshotel) +"DF" = ( +/obj/structure/window/reinforced/plasma/spawner/directional/west, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"DP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"ER" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/obj/structure/sign/warning/fire/directional/south, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"Fg" = ( +/obj/machinery/light/small/dim/directional/east, +/turf/open/floor/plating, +/area/misc/hilbertshotel) +"Fo" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/open/floor/iron/smooth_large, +/area/misc/hilbertshotel) +"FN" = ( +/turf/closed/indestructible/reinforced, +/area/misc/hilbertshotel) +"GG" = ( +/obj/effect/turf_decal/tile/yellow/half{ + dir = 1 + }, +/turf/open/floor/iron/smooth_half, +/area/misc/hilbertshotel) +"Hl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"Iz" = ( +/obj/structure/closet/crate, +/obj/item/storage/toolbox/mechanical/old/clean, +/turf/open/floor/plating, +/area/misc/hilbertshotel) +"IE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"JE" = ( +/obj/machinery/computer, +/turf/open/floor/iron/smooth_large, +/area/misc/hilbertshotel) +"LT" = ( +/obj/structure/rack, +/obj/item/reagent_containers/cup/bowl, +/obj/item/reagent_containers/cup/bowl, +/obj/item/reagent_containers/cup/bowl, +/obj/item/reagent_containers/cup/bowl, +/obj/item/reagent_containers/cup/bowl, +/obj/effect/turf_decal/bot, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"Mo" = ( +/obj/machinery/door/airlock/engineering/glass, +/turf/open/floor/iron/dark, +/area/misc/hilbertshotel) +"Mp" = ( +/obj/machinery/door/airlock/engineering/glass, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"Nn" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/tile/yellow/anticorner, +/turf/open/floor/iron/smooth_corner{ + dir = 1 + }, +/area/misc/hilbertshotel) +"NG" = ( +/obj/machinery/door/poddoor{ + id = "hiblert" + }, +/turf/open/floor/plating, +/area/misc/hilbertshotel) +"Oi" = ( +/obj/effect/turf_decal/tile/yellow/half{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/turf/open/floor/iron/smooth_half, +/area/misc/hilbertshotel) +"Ov" = ( +/obj/structure/reagent_dispensers/watertank{ + icon = 'modular_skyrat/modules/aesthetics/emitter/icons/emitter.dmi'; + icon_state = "emitter" + }, +/turf/open/floor/plating, +/area/misc/hilbertshotel) +"Pt" = ( +/obj/machinery/door/airlock/engineering/glass, +/turf/open/floor/iron/smooth_large, +/area/misc/hilbertshotel) +"PA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/warning/directional/north, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"PC" = ( +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"PH" = ( +/obj/machinery/light/directional/north, +/obj/structure/sign/warning/fire/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"PJ" = ( +/obj/machinery/light/directional/north, +/obj/structure/cable, +/turf/open/floor/plating, +/area/misc/hilbertshotel) +"Rs" = ( +/obj/machinery/shower/directional/west, +/obj/structure/fluff/shower_drain, +/turf/open/floor/iron/showroomfloor, +/area/misc/hilbertshotel) +"RL" = ( +/obj/effect/turf_decal/tile/yellow/half/contrasted, +/obj/effect/turf_decal/tile/dark/half{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"RM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"SS" = ( +/obj/machinery/light/small/directional/east, +/turf/open/floor/iron/showroomfloor, +/area/misc/hilbertshotel) +"Uy" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/misc/hilbertshotel) +"UD" = ( +/obj/effect/turf_decal/tile/yellow/half{ + dir = 4 + }, +/obj/structure/sign/warning/directional/east, +/turf/open/floor/iron/smooth_half{ + dir = 1 + }, +/area/misc/hilbertshotel) +"UP" = ( +/obj/structure/reagent_dispensers/watertank{ + icon = 'modular_skyrat/modules/aesthetics/emitter/icons/emitter.dmi'; + icon_state = "emitter"; + anchored = 1 + }, +/turf/open/floor/iron/dark, +/area/misc/hilbertshotel) +"UW" = ( +/obj/structure/chair/sofa/bench/left, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"Vg" = ( +/obj/machinery/door/poddoor{ + id = "hiblert" + }, +/turf/open/floor/iron/dark, +/area/misc/hilbertshotel) +"VM" = ( +/obj/effect/turf_decal/tile/yellow/anticorner{ + dir = 1 + }, +/turf/open/floor/iron/smooth_corner, +/area/misc/hilbertshotel) +"WL" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/sign/warning/electric_shock/directional/south, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"WM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/sign/warning/electric_shock/directional/west, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"WT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"Xg" = ( +/obj/structure/chair/sofa/bench/right, +/obj/effect/turf_decal/tile/yellow/anticorner/contrasted{ + dir = 1 + }, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"XU" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"XV" = ( +/obj/machinery/door/poddoor{ + id = "hiblert" + }, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"YK" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Engineering"; + name = "Engineering Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/misc/hilbertshotel) +"YW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"Zj" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) +"ZY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/engine, +/area/misc/hilbertshotel) + +(1,1,1) = {" +FN +FN +FN +FN +FN +FN +FN +FN +FN +FN +FN +FN +FN +FN +FN +"} +(2,1,1) = {" +FN +Dy +ae +pT +FN +nM +FN +XV +Vg +FN +JE +pz +wq +Cs +FN +"} +(3,1,1) = {" +FN +Xg +xW +PC +FN +VM +cy +jk +Df +YK +JE +eK +wy +Cs +FN +"} +(4,1,1) = {" +FN +UW +jT +re +uK +GG +xe +xe +wy +Pt +VM +mQ +wy +Cs +FN +"} +(5,1,1) = {" +FN +Cn +jT +da +FN +vm +fw +UD +Nn +YK +Oi +xe +wy +cw +FN +"} +(6,1,1) = {" +FN +Cn +jT +da +FN +FN +Pt +FN +FN +FN +NG +NG +BR +FN +FN +"} +(7,1,1) = {" +FN +RL +mx +da +FN +CZ +es +dw +FN +Ov +cO +cO +cO +pi +FN +"} +(8,1,1) = {" +FN +FN +qN +FN +FN +Rs +Fo +Rs +FN +Ov +cO +Fg +Iz +pi +FN +"} +(9,1,1) = {" +FN +sq +gd +sq +FN +FN +Pt +FN +FN +FN +FN +FN +FN +FN +FN +"} +(10,1,1) = {" +FN +Rs +SS +Rs +FN +LT +IE +WM +DP +DP +DP +YW +no +ni +FN +"} +(11,1,1) = {" +FN +FN +FN +FN +FN +PH +so +RM +RM +RM +RM +xA +ZY +Zj +FN +"} +(12,1,1) = {" +FN +yy +aC +aC +Mo +Hl +iK +FN +kh +pS +kh +FN +Hl +iK +FN +"} +(13,1,1) = {" +FN +PJ +Uy +Uy +dB +Hl +WL +FN +DF +DF +DF +FN +PA +iK +FN +"} +(14,1,1) = {" +FN +mn +UP +aC +dB +ri +vg +iL +sn +CD +sn +Mp +WT +vg +FN +"} +(15,1,1) = {" +FN +Uy +Uy +Uy +dB +kz +ER +FN +BK +sV +BK +FN +oU +XU +FN +"} +(16,1,1) = {" +FN +FN +FN +FN +FN +FN +FN +FN +FN +FN +FN +FN +FN +FN +FN +"} diff --git a/modular_skyrat/modules/hotel_rooms/pool.dmm b/modular_skyrat/modules/hotel_rooms/pool.dmm new file mode 100644 index 00000000000..633d620ae82 --- /dev/null +++ b/modular_skyrat/modules/hotel_rooms/pool.dmm @@ -0,0 +1,744 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aC" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"aM" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"bI" = ( +/obj/structure/chair, +/obj/item/bikehorn/airhorn, +/turf/open/floor/iron/textured, +/area/misc/hilbertshotel) +"cy" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"iX" = ( +/obj/effect/turf_decal/siding/dark/corner, +/obj/effect/turf_decal/tile/dark_blue, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"jT" = ( +/turf/closed/indestructible/steel, +/area/misc/hilbertshotel) +"jU" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8; + pixel_x = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/full, +/turf/open/floor/iron/large, +/area/misc/hilbertshotel) +"kt" = ( +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"kC" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"kJ" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/machinery/shower/directional/east{ + refill_rate = 5 + }, +/obj/structure/window/reinforced{ + dir = 8; + pixel_x = -4 + }, +/obj/structure/fluff/shower_drain{ + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"lT" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/structure/closet, +/obj/item/clothing/under/misc/skyrat/gear_harness, +/obj/machinery/light/directional/west, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"mH" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/shower/directional/west{ + refill_rate = 5 + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = 3 + }, +/obj/structure/fluff/shower_drain{ + pixel_x = 8; + pixel_y = -8 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"pe" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/light/directional/west, +/obj/structure/towel_bin, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"qe" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/structure/bed/pod{ + pixel_y = 1 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"sC" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/structure/closet, +/obj/item/clothing/under/misc/skyrat/gear_harness, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"sF" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/shower/directional/west{ + refill_rate = 5 + }, +/obj/structure/fluff/shower_drain{ + pixel_x = 8; + pixel_y = -8 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"sG" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"uO" = ( +/turf/open/floor/iron/stairs{ + dir = 8; + color = "AAAAAA" + }, +/area/misc/hilbertshotel) +"xw" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"yh" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4; + pixel_x = -8 + }, +/obj/effect/turf_decal/tile/dark_blue/full, +/turf/open/floor/iron/large, +/area/misc/hilbertshotel) +"yj" = ( +/turf/open/floor/iron/stairs{ + dir = 4; + color = "AAAAAA" + }, +/area/misc/hilbertshotel) +"Bh" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"BG" = ( +/obj/effect/spawner/liquids_spawner/shoulders, +/turf/open/floor/iron/pool, +/area/misc/hilbertshotel) +"BW" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"Cb" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/structure/fluff/shower_drain{ + pixel_x = -7; + pixel_y = 0 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"CS" = ( +/obj/machinery/door/airlock/bathroom, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"DZ" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/machinery/shower/directional/east{ + refill_rate = 5 + }, +/obj/structure/fluff/shower_drain{ + pixel_x = -8; + pixel_y = -8 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"Fb" = ( +/obj/machinery/vending/vendcation{ + pixel_y = -6 + }, +/turf/closed/indestructible/steel, +/area/misc/hilbertshotel) +"FI" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"FN" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"Ge" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/structure/fluff/shower_drain{ + pixel_x = 7; + pixel_y = 0 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"Gf" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"Gk" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4; + pixel_x = -8 + }, +/obj/effect/turf_decal/tile/dark_blue/full, +/turf/open/floor/iron/large, +/area/misc/hilbertshotel) +"GI" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/shower/directional/west{ + refill_rate = 5 + }, +/obj/structure/window/reinforced{ + dir = 4; + pixel_x = 3 + }, +/obj/structure/fluff/shower_drain{ + pixel_x = 8; + pixel_y = -8 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"JI" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/structure/closet, +/obj/item/clothing/under/misc/skyrat/gear_harness, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"Kc" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/structure/closet/secure_closet/personal/wall{ + pixel_x = -25 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"Mk" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/structure/table, +/obj/structure/towel_bin, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"MI" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/obj/machinery/shower/directional/east{ + refill_rate = 5 + }, +/obj/structure/window/reinforced{ + dir = 8; + pixel_x = -4 + }, +/obj/structure/fluff/shower_drain{ + pixel_x = -8; + pixel_y = -8 + }, +/obj/machinery/light/directional/south, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"Pc" = ( +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"Pm" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 4 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"PW" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 8 + }, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"Qm" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/anticorner{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"Rp" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"SS" = ( +/turf/closed/indestructible/hoteldoor{ + icon_state = "door_closed"; + icon = 'icons/obj/doors/puzzledoor/default.dmi' + }, +/area/misc/hilbertshotel) +"Vv" = ( +/obj/structure/dresser{ + pixel_y = -7 + }, +/turf/closed/indestructible/steel, +/area/misc/hilbertshotel) +"Vw" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/structure/closet, +/obj/item/clothing/under/misc/skyrat/gear_harness, +/obj/machinery/light/directional/east, +/turf/open/floor/iron, +/area/misc/hilbertshotel) +"VE" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"Xo" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"XU" = ( +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"YV" = ( +/obj/effect/turf_decal/siding/dark{ + dir = 4 + }, +/obj/effect/turf_decal/tile/dark_blue/half/contrasted{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"YY" = ( +/obj/effect/turf_decal/siding/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/dark_blue{ + dir = 1 + }, +/turf/open/floor/iron/white, +/area/misc/hilbertshotel) +"ZL" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8; + pixel_x = 8 + }, +/obj/effect/turf_decal/tile/dark_blue/full, +/turf/open/floor/iron/large, +/area/misc/hilbertshotel) + +(1,1,1) = {" +jT +jT +jT +jT +jT +SS +SS +jT +jT +jT +jT +jT +jT +jT +jT +"} +(2,1,1) = {" +jT +jT +JI +lT +JI +PW +PW +JI +lT +JI +jT +DZ +DZ +DZ +jT +"} +(3,1,1) = {" +jT +Fb +cy +ZL +jU +cy +cy +ZL +jU +cy +CS +Pc +GI +mH +jT +"} +(4,1,1) = {" +jT +Vv +PW +yh +Gk +PW +PW +yh +Gk +PW +CS +Pc +kJ +MI +jT +"} +(5,1,1) = {" +jT +jT +sC +Vw +sC +cy +cy +sC +Vw +sC +jT +sF +sF +sF +jT +"} +(6,1,1) = {" +jT +jT +jT +jT +jT +CS +CS +jT +jT +jT +jT +jT +jT +jT +jT +"} +(7,1,1) = {" +jT +Qm +aM +aM +FI +BW +BW +pe +Kc +Kc +Kc +Kc +FI +Bh +jT +"} +(8,1,1) = {" +jT +XU +iX +FN +Ge +Ge +FN +FN +FN +Ge +Ge +FN +Pm +aC +jT +"} +(9,1,1) = {" +jT +XU +kt +BG +BG +BG +BG +BG +BG +BG +BG +BG +Rp +aC +jT +"} +(10,1,1) = {" +jT +uO +kC +BG +BG +BG +BG +BG +BG +BG +BG +BG +Rp +aC +jT +"} +(11,1,1) = {" +jT +bI +kC +BG +BG +BG +BG +BG +BG +BG +BG +BG +Rp +aC +jT +"} +(12,1,1) = {" +jT +yj +kC +BG +BG +BG +BG +BG +BG +BG +BG +BG +Rp +aC +jT +"} +(13,1,1) = {" +jT +XU +kt +BG +BG +BG +BG +BG +BG +BG +BG +BG +Rp +aC +jT +"} +(14,1,1) = {" +jT +XU +VE +BW +Cb +Cb +BW +BW +BW +Cb +Cb +BW +YY +aC +jT +"} +(15,1,1) = {" +jT +Gf +YV +YV +Xo +FN +qe +qe +Mk +qe +qe +sG +FN +xw +jT +"} +(16,1,1) = {" +jT +jT +jT +jT +jT +jT +jT +jT +jT +jT +jT +jT +jT +jT +jT +"} diff --git a/modular_skyrat/modules/hotel_rooms/syndieoffice.dmm b/modular_skyrat/modules/hotel_rooms/syndieoffice.dmm new file mode 100644 index 00000000000..e0d6cd352d0 --- /dev/null +++ b/modular_skyrat/modules/hotel_rooms/syndieoffice.dmm @@ -0,0 +1,1012 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"dk" = ( +/obj/structure/secure_safe/directional/north, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"et" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/phone{ + pixel_x = 7; + pixel_y = -2; + desc = "Standard red phone, but somehow evil-er"; + name = "BLOOD-red phone" + }, +/obj/item/flashlight/lamp{ + pixel_x = -5; + pixel_y = 10 + }, +/turf/open/floor/carpet/royalblack, +/area/misc/hilbertshotel) +"eF" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 8 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"gj" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/bottom/right, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen/fountain{ + pixel_y = 5 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"gE" = ( +/obj/structure/railing/unbreakable, +/turf/open/floor/iron/stairs/right{ + dir = 8 + }, +/area/misc/hilbertshotel) +"gH" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/folder/syndicate/blue, +/obj/item/pen/edagger, +/obj/item/toy/gun, +/turf/open/floor/carpet/royalblack, +/area/misc/hilbertshotel) +"gR" = ( +/obj/item/kirbyplants/organic/plant22, +/obj/structure/sign/warning/yes_smoking/circle/directional/north, +/obj/effect/turf_decal/trimline/dark_red/filled, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"hg" = ( +/turf/closed/indestructible/fakedoor, +/area/misc/hilbertshotel) +"hO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"iG" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 5 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"iN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/machinery/light/floor, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"jc" = ( +/obj/machinery/light/directional/south, +/turf/open/floor/iron/stairs/right{ + dir = 8 + }, +/area/misc/hilbertshotel) +"jM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/obj/structure/railing/unbreakable{ + dir = 6 + }, +/obj/structure/showcase/cyborg{ + desc = "A stand with the empty body of a Cybersun cyborg bolted to it."; + dir = 4; + icon = 'icons/mob/silicon/robots.dmi'; + icon_state = "synd_sec"; + name = "syndicate cyborg showcase"; + pixel_x = -6 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"jV" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/vending/boozeomat/syndicate, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"kS" = ( +/obj/machinery/light/floor, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"mq" = ( +/turf/open/floor/fakespace, +/area/misc/hilbertshotel) +"my" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"nj" = ( +/obj/structure/railing/unbreakable{ + dir = 1 + }, +/turf/open/floor/iron/stairs/left{ + dir = 8 + }, +/area/misc/hilbertshotel) +"nr" = ( +/obj/structure/sign/flag/syndicate/directional/east, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"nS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 10 + }, +/obj/structure/railing/unbreakable{ + dir = 10 + }, +/obj/structure/showcase/cyborg{ + desc = "A stand with the empty body of a Cybersun cyborg bolted to it."; + dir = 8; + icon = 'icons/mob/silicon/robots.dmi'; + icon_state = "synd_sec"; + name = "syndicate cyborg showcase"; + pixel_x = 6 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"nW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/carpet/royalblack, +/area/misc/hilbertshotel) +"nX" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/corner, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"ou" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 6 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"qx" = ( +/turf/closed/indestructible/fakeglass, +/area/misc/hilbertshotel) +"qD" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/middle/right, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/machinery{ + icon = 'modular_skyrat/modules/aesthetics/intercom/icons/intercom.dmi'; + icon_state = "intercom"; + name = "Intercom" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"qE" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/storage/fancy/cigarettes/cigars/havana{ + pixel_y = 5; + pixel_x = 4 + }, +/obj/item/lighter/skull{ + pixel_x = -8; + pixel_y = 1 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"ry" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 9 + }, +/obj/structure/railing/unbreakable{ + dir = 9 + }, +/obj/structure/showcase/cyborg{ + desc = "A stand with the empty body of a Cybersun cyborg bolted to it."; + dir = 8; + icon = 'icons/mob/silicon/robots.dmi'; + icon_state = "synd_sec"; + name = "syndicate cyborg showcase"; + pixel_x = 6 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"sx" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/top/left, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate{ + pixel_y = 2; + pixel_x = -6 + }, +/obj/item/lighter/skull{ + pixel_x = -5; + pixel_y = -2 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"sH" = ( +/obj/item/reagent_containers/cup/glass/bottle/vodka/badminka{ + pixel_y = 20 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 2 + }, +/obj/structure/table/reinforced/plastitaniumglass, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"sV" = ( +/obj/item/kirbyplants/organic/plant22, +/obj/effect/turf_decal/trimline/dark_red/filled, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"sW" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/chair/comfy/shuttle{ + color = "#474747" + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"tF" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"vE" = ( +/turf/closed/wall/space{ + space_lit = 1 + }, +/area/misc/hilbertshotel) +"vO" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"vX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/closed/indestructible/syndicate, +/area/misc/hilbertshotel) +"wa" = ( +/obj/machinery/vending/cigarette/syndicate, +/obj/effect/turf_decal/delivery, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"wg" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/chair/comfy/shuttle{ + color = "#DD2211"; + dir = 8 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"wU" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/top/right, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/reagent_containers/cup/glass/coffee/colonial{ + pixel_x = -14; + pixel_y = 11 + }, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen/fountain{ + pixel_y = 5 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"xb" = ( +/turf/closed/indestructible/syndicate, +/area/misc/hilbertshotel) +"xi" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/middle/left, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"xn" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 6 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"xD" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line, +/obj/effect/turf_decal/trimline/dark_red/filled/warning, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"xQ" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 5 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"yh" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 6 + }, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"yr" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/bottom/left, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/folder/red{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/pen/fountain{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/reagent_containers/cup/glass/coffee/colonial{ + pixel_x = -7; + pixel_y = 3 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"yG" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/top/middle, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/storage/fancy/cigarettes/cigars/havana{ + pixel_y = 5; + pixel_x = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"BE" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing/unbreakable{ + dir = 8 + }, +/obj/structure/showcase/mecha/marauder{ + icon_state = "darkgygax" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Dc" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 1 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"EM" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"FL" = ( +/obj/item/kirbyplants/organic/plant21, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 8 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"GJ" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 9 + }, +/obj/machinery/light/directional/north, +/obj/machinery/recharge_station, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Hc" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"Hd" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 8 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Hf" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing/unbreakable{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"Hq" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 9 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Hw" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 4 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"HD" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"HI" = ( +/turf/closed/indestructible/hoteldoor{ + icon_state = "door_closed"; + icon = 'icons/obj/doors/puzzledoor/default.dmi' + }, +/area/misc/hilbertshotel) +"HW" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 4 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"IK" = ( +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Lb" = ( +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 8 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Mk" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/suit_storage_unit, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"Mw" = ( +/turf/open/floor/carpet/black, +/area/misc/hilbertshotel) +"MC" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/stamp{ + pixel_x = 9; + pixel_y = 11 + }, +/obj/item/stamp/denied{ + pixel_x = 9; + pixel_y = 7 + }, +/obj/item/paper_bin{ + pixel_y = 6; + pixel_x = -4 + }, +/turf/open/floor/carpet/royalblack, +/area/misc/hilbertshotel) +"MJ" = ( +/obj/machinery/vending/wardrobe/syndie_wardrobe/ghost_cafe, +/obj/effect/turf_decal/delivery, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"No" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 6 + }, +/obj/item/kirbyplants/organic/plant22, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"NS" = ( +/obj/structure/chair/comfy{ + color = "#DD2211"; + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/carpet/royalblack, +/area/misc/hilbertshotel) +"OS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing/unbreakable{ + dir = 4 + }, +/obj/structure/showcase/mecha/ripley{ + icon_state = "mauler" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Qg" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/middle/middle, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"QG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/structure/railing/unbreakable{ + dir = 8 + }, +/obj/structure/showcase/mecha/ripley{ + icon_state = "mauler" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"QH" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 1 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Rb" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 5 + }, +/obj/structure/railing/unbreakable{ + dir = 5 + }, +/obj/structure/showcase/cyborg{ + desc = "A stand with the empty body of a Cybersun cyborg bolted to it."; + dir = 4; + icon = 'icons/mob/silicon/robots.dmi'; + icon_state = "synd_sec"; + name = "syndicate cyborg showcase"; + pixel_x = -6 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Rv" = ( +/obj/structure/railing/corner/end/unbreakable{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 8 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"RJ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner, +/obj/machinery/light/floor, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Sb" = ( +/obj/machinery/light/directional/north, +/turf/open/floor/iron/stairs/left{ + dir = 8 + }, +/area/misc/hilbertshotel) +"Sd" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/chair/comfy/shuttle{ + color = "#474747"; + dir = 1 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Sk" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 4 + }, +/obj/machinery/light/floor, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Su" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"SJ" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/corner{ + dir = 4 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"TM" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 10 + }, +/obj/machinery/light/directional/south, +/obj/item/kirbyplants/organic/plant24, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"TN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"TY" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Vp" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"Vz" = ( +/obj/structure/railing/corner/end/unbreakable{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/misc/hilbertshotel) +"VU" = ( +/turf/open/floor/iron/stairs/medium{ + dir = 8 + }, +/area/misc/hilbertshotel) +"WP" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/obj/structure/railing/unbreakable{ + dir = 4 + }, +/obj/structure/showcase/mecha/marauder{ + icon_state = "darkgygax" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Xp" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/bottom/middle, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/sign/flag/syndicate{ + pixel_y = 3 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Xu" = ( +/obj/structure/railing/corner/end/flip{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/misc/hilbertshotel) +"Xv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"Yv" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 10 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"YG" = ( +/obj/item/kirbyplants/organic/plant24, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 8 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Zv" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark/corner{ + dir = 4 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"ZW" = ( +/obj/effect/turf_decal/trimline/neutral/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/warning{ + dir = 1 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) + +(1,1,1) = {" +vE +vE +vE +vE +xb +xb +qx +HI +qx +xb +xb +vE +vE +vE +vE +"} +(2,1,1) = {" +vE +mq +mq +mq +xb +gR +Xu +Mw +Vz +sV +xb +mq +mq +mq +vE +"} +(3,1,1) = {" +vE +mq +xb +xb +xb +qx +nj +VU +gE +qx +xb +xb +mq +mq +vE +"} +(4,1,1) = {" +vE +xb +xb +xb +GJ +FL +Rv +eF +Lb +YG +TM +vX +xb +xb +vE +"} +(5,1,1) = {" +vE +xb +WP +jM +Dc +HD +TY +iN +TY +Zv +my +Rb +OS +xb +vE +"} +(6,1,1) = {" +vE +xb +Hq +eF +QH +sW +sx +xi +yr +Sd +Hd +eF +Yv +xb +vE +"} +(7,1,1) = {" +vE +hg +ZW +kS +IK +sW +yG +Qg +Xp +Sd +IK +kS +xD +hg +vE +"} +(8,1,1) = {" +vE +xb +xQ +HW +SJ +sW +wU +qD +gj +Sd +nX +HW +ou +xb +vE +"} +(9,1,1) = {" +vE +xb +QG +nS +Hw +EM +Sk +wg +RJ +hO +xn +ry +BE +xb +vE +"} +(10,1,1) = {" +vE +xb +xb +xb +Sb +gE +iG +HW +No +nj +jc +xb +xb +xb +vE +"} +(11,1,1) = {" +vE +mq +xb +wa +Xv +Vp +Hf +Hf +Hf +Su +TN +MJ +xb +mq +vE +"} +(12,1,1) = {" +vE +mq +xb +jV +tF +vO +et +gH +MC +Hc +nr +Mk +xb +mq +vE +"} +(13,1,1) = {" +vE +mq +xb +xb +xb +dk +nW +NS +nW +yh +xb +xb +xb +mq +vE +"} +(14,1,1) = {" +vE +mq +mq +mq +qx +qx +sH +IK +qE +qx +qx +mq +mq +mq +vE +"} +(15,1,1) = {" +vE +mq +mq +mq +mq +qx +qx +qx +qx +qx +mq +mq +mq +mq +vE +"} +(16,1,1) = {" +vE +vE +vE +vE +vE +vE +vE +vE +vE +vE +vE +vE +vE +vE +vE +"} diff --git a/modular_skyrat/modules/hotel_rooms/synopcenter.dmm b/modular_skyrat/modules/hotel_rooms/synopcenter.dmm new file mode 100644 index 00000000000..da3a26c1af4 --- /dev/null +++ b/modular_skyrat/modules/hotel_rooms/synopcenter.dmm @@ -0,0 +1,1493 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ac" = ( +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"at" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/effect/spawner/random/food_or_drink/donkpockets, +/obj/machinery/light/directional/east, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"aB" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"aD" = ( +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"cn" = ( +/obj/structure/dresser, +/obj/item/reagent_containers/cup/glass/bottle/vodka/badminka{ + pixel_y = 20; + pixel_x = -5 + }, +/obj/item/reagent_containers/cup/glass/drinkingglass/shotglass{ + pixel_y = 14; + pixel_x = 5 + }, +/obj/structure/sign/flag/syndicate/directional/east, +/turf/open/floor/carpet/royalblack, +/area/misc/hilbertshotel) +"cH" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/storage/box/zipties, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"eq" = ( +/obj/structure/railing/unbreakable{ + dir = 10 + }, +/obj/machinery/computer{ + dir = 4 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "rcircuit" + }, +/area/misc/hilbertshotel) +"eZ" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark_red/filled/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/railing/corner/end/unbreakable{ + dir = 8 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"fU" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning/corner{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"ga" = ( +/turf/closed/indestructible/syndicate, +/area/misc/hilbertshotel) +"gZ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/secure_safe/directional/north, +/obj/structure/closet/cabinet, +/obj/item/clothing/shoes/cowboy/black, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"hg" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/structure/window/reinforced/survival_pod/spawner/directional/south, +/obj/item/folder/red{ + pixel_x = -6 + }, +/obj/item/folder/white{ + pixel_x = 7 + }, +/turf/open/floor/mineral/plastitanium, +/area/misc/hilbertshotel) +"ho" = ( +/obj/structure/railing/unbreakable, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/misc/hilbertshotel) +"hz" = ( +/obj/machinery/door/airlock/grunge{ + name = "Interrogation Room" + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"hL" = ( +/obj/structure/railing/unbreakable{ + dir = 1 + }, +/turf/open/floor/iron/stairs{ + dir = 8 + }, +/area/misc/hilbertshotel) +"hM" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/structure/sign/poster/contraband/random/directional/south, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"hN" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/south, +/obj/structure/rack, +/obj/item/clothing/head/playbunnyears/syndicate/fake, +/obj/item/clothing/neck/tie/bunnytie/syndicate, +/obj/item/clothing/suit/jacket/tailcoat/syndicate/fake, +/obj/item/clothing/under/syndicate/syndibunny/fake, +/obj/item/toy/balloon/syndicate, +/obj/item/clothing/under/misc/syndicate_souvenir, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"ia" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"ii" = ( +/obj/structure/railing/unbreakable{ + dir = 8 + }, +/obj/machinery/computer{ + desc = "A console meant to communicate with Syndicate upper command. This one seems to be busy processing flight calculations since you last saw it..."; + icon_keyboard = "tech_key"; + icon_screen = "comm"; + name = "syndicate communications console"; + dir = 4 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "rcircuit" + }, +/area/misc/hilbertshotel) +"im" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate{ + pixel_y = 2; + pixel_x = 6 + }, +/obj/item/lighter{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/cigarette/syndicate{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/structure/sign/clock/directional/south, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"in" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"iE" = ( +/turf/open/floor/iron/stairs/medium{ + dir = 4 + }, +/area/misc/hilbertshotel) +"jd" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 9 + }, +/obj/structure/chair/plastic, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"jv" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/structure/chair, +/obj/structure/sign/poster/contraband/syndicate_medical/directional/east, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"jy" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 10 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"jO" = ( +/obj/effect/turf_decal/bot, +/obj/structure/rack, +/obj/item/gun/ballistic/automatic/c20r/toy/unrestricted{ + pixel_y = 5 + }, +/obj/item/gun/ballistic/automatic/c20r/toy/unrestricted{ + pixel_y = 1 + }, +/obj/item/gun/ballistic/automatic/c20r/toy/unrestricted{ + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/toy/smgm45, +/obj/item/ammo_box/magazine/toy/smgm45, +/obj/item/ammo_box/magazine/toy/smgm45, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"jQ" = ( +/obj/machinery/door/airlock/grunge{ + name = "Commanding Officer's Quarters" + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"ku" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/machinery/light/directional/west, +/obj/item/paper_bin{ + pixel_y = 6; + pixel_x = -4 + }, +/obj/item/pen/red{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/structure/sign/flag/syndicate/directional/west, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"kv" = ( +/obj/machinery/computer{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/structure/sign/poster/contraband/random/directional/south, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"kO" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/structure/showcase/cyborg{ + desc = "A stand with the empty body of a Cybersun cyborg bolted to it."; + dir = 4; + icon = 'icons/mob/silicon/robots.dmi'; + icon_state = "synd_sec"; + name = "syndicate cyborg showcase"; + pixel_x = -6 + }, +/obj/structure/sign/warning/secure_area/directional/south, +/obj/effect/turf_decal/trimline/dark_red/filled/end, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"kQ" = ( +/turf/open/floor/iron/stairs/right{ + dir = 1 + }, +/area/misc/hilbertshotel) +"lz" = ( +/obj/machinery/computer{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/structure/window/reinforced/survival_pod/spawner/directional/south, +/turf/open/indestructible/dark/textured{ + icon_state = "rcircuit" + }, +/area/misc/hilbertshotel) +"lO" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning/corner, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"lU" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"me" = ( +/obj/machinery/computer{ + dir = 1 + }, +/obj/structure/window/reinforced/survival_pod/spawner/directional/south, +/turf/open/indestructible/dark/textured{ + icon_state = "rcircuit" + }, +/area/misc/hilbertshotel) +"mD" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/middle/right, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"mV" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/structure/sign/flag/usa/directional/south, +/turf/open/floor/mineral/plastitanium, +/area/misc/hilbertshotel) +"nd" = ( +/obj/structure/railing/unbreakable, +/obj/effect/turf_decal/arrows/red{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/item/clothing/suit/armor/vest/capcarapace, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"nY" = ( +/obj/structure/closet/secure_closet/wall{ + pixel_y = 30 + }, +/obj/structure/chair, +/obj/effect/turf_decal/siding/dark_red{ + dir = 9 + }, +/obj/item/clothing/under/rank/prisoner/syndicate, +/obj/item/clothing/under/rank/prisoner/skirt/syndicate, +/obj/item/clothing/under/misc/syndicate_souvenir, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"of" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium, +/area/misc/hilbertshotel) +"og" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/bottom/right, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"oH" = ( +/obj/structure/rack, +/obj/effect/turf_decal/bot, +/obj/item/clothing/under/syndicate/skyrat/maid, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"pg" = ( +/obj/machinery/door/poddoor{ + name = "Elevator Door" + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"pr" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/machinery/light/floor, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"pB" = ( +/obj/machinery/computer, +/obj/structure/window/reinforced/survival_pod/spawner/directional/north, +/turf/open/indestructible/dark/textured{ + icon_state = "rcircuit" + }, +/area/misc/hilbertshotel) +"pF" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"pH" = ( +/obj/structure/showcase/mecha/marauder{ + icon_state = "darkgygax" + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"pZ" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 9 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"qB" = ( +/turf/closed/indestructible/fakeglass, +/area/misc/hilbertshotel) +"qC" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/bottom/right, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"qX" = ( +/turf/open/floor/iron/stairs/left{ + dir = 1 + }, +/area/misc/hilbertshotel) +"rl" = ( +/obj/structure/railing/unbreakable{ + dir = 1 + }, +/turf/open/floor/iron/stairs/right{ + dir = 4 + }, +/area/misc/hilbertshotel) +"rp" = ( +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning/corner{ + dir = 1 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"rq" = ( +/obj/structure/sign/poster/contraband/random/directional/north, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"rA" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 5 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning/corner, +/obj/structure/railing/corner/unbreakable, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"sg" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/top/left, +/obj/structure/railing/corner/end/unbreakable{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"tM" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"tV" = ( +/obj/structure/railing/unbreakable{ + dir = 9 + }, +/obj/machinery/computer{ + dir = 4 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "rcircuit" + }, +/area/misc/hilbertshotel) +"um" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 6 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"vr" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/structure/closet/secure_closet/freezer/kitchen/all_access, +/obj/effect/spawner/random/food_or_drink/donkpockets, +/obj/effect/spawner/random/food_or_drink/donkpockets, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/obj/effect/spawner/random/food_or_drink/refreshing_beverage, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"vH" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"we" = ( +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark_red/corner, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 4 + }, +/obj/structure/railing/corner/unbreakable{ + dir = 4 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"wS" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"wV" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark_red/corner, +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/misc/hilbertshotel) +"xh" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark_red/corner, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"xl" = ( +/obj/machinery/computer, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/structure/window/reinforced/survival_pod/spawner/directional/north, +/turf/open/indestructible/dark/textured{ + icon_state = "rcircuit" + }, +/area/misc/hilbertshotel) +"yn" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Ad" = ( +/obj/structure/rack, +/obj/effect/turf_decal/siding/dark_red{ + dir = 5 + }, +/obj/effect/turf_decal/bot, +/obj/item/clothing/accessory/armband/syndicate, +/obj/item/assembly/flash/handheld, +/obj/item/restraints/handcuffs, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"Ae" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 6 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Aj" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/bottom/middle, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Ak" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"Bq" = ( +/obj/machinery/door/airlock/security/old/glass{ + name = "Armory" + }, +/turf/open/floor/mineral/plastitanium, +/area/misc/hilbertshotel) +"BT" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/structure/window/reinforced/survival_pod/spawner/directional/north, +/turf/open/floor/mineral/plastitanium, +/area/misc/hilbertshotel) +"BX" = ( +/obj/machinery/computer{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/light/directional/west, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"CB" = ( +/obj/machinery/door/window/brigdoor/security/cell/left/directional/east{ + name = "Syndicate Holding Cell"; + req_access = null + }, +/obj/effect/turf_decal/tile/dark_red/fourcorners, +/obj/effect/turf_decal/delivery, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"CG" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"CH" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/machinery/microwave, +/obj/structure/sign/warning/yes_smoking/circle/directional/east, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"CL" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/end{ + dir = 8 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Db" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/middle/left, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Df" = ( +/obj/structure/railing/unbreakable, +/turf/open/floor/iron/stairs/left{ + dir = 4 + }, +/area/misc/hilbertshotel) +"Di" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/middle/middle, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"DR" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/effect/turf_decal/trimline/yellow/filled/warning/corner, +/obj/machinery/light/directional/south, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"Ek" = ( +/obj/structure/window/reinforced/survival_pod/spawner/directional/west, +/obj/machinery/shuttle_manipulator, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Ey" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/item/clothing/suit/armor/vest/capcarapace/syndicate, +/turf/open/floor/wood/large, +/area/misc/hilbertshotel) +"EK" = ( +/turf/closed/indestructible/hoteldoor{ + icon_state = "door_closed"; + icon = 'icons/obj/doors/puzzledoor/default.dmi' + }, +/area/misc/hilbertshotel) +"Ft" = ( +/obj/structure/window/reinforced/survival_pod/spawner/directional/east, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"FL" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/machinery/syndicatebomb/training, +/obj/item/wirecutters, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"FV" = ( +/obj/effect/turf_decal/siding/dark_red, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"Ge" = ( +/obj/effect/turf_decal/siding/dark_red, +/obj/machinery/light/floor, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"GN" = ( +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/restraints/handcuffs{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Hv" = ( +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 5 + }, +/obj/structure/bed/maint, +/obj/machinery/light/directional/north, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"HB" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/syndie/double, +/turf/open/floor/carpet/royalblack, +/area/misc/hilbertshotel) +"HG" = ( +/obj/machinery/computer{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/structure/window/reinforced/survival_pod/spawner/directional/south, +/turf/open/indestructible/dark/textured{ + icon_state = "rcircuit" + }, +/area/misc/hilbertshotel) +"HJ" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/structure/railing/corner/end/unbreakable{ + dir = 8 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"HN" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/dark_red/filled/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Ia" = ( +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 1 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"Ir" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/structure/showcase/cyborg{ + desc = "A stand with the empty body of a Cybersun cyborg bolted to it."; + dir = 4; + icon = 'icons/mob/silicon/robots.dmi'; + icon_state = "synd_sec"; + name = "syndicate cyborg showcase"; + pixel_x = -6 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/end{ + dir = 1 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Is" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"It" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/top/right, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"IB" = ( +/turf/closed/indestructible/fakedoor{ + name = "Staff Dormitories" + }, +/area/misc/hilbertshotel) +"Jf" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/machinery/door/airlock/grunge{ + name = "Social Room" + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Jh" = ( +/obj/machinery/shuttle_manipulator, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Jx" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/middle/right, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"JI" = ( +/obj/structure/sign/poster/contraband/random/directional/west, +/obj/structure/table/reinforced/plastitaniumglass, +/obj/item/restraints/handcuffs, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"JK" = ( +/obj/machinery/light/small/directional/south, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"JS" = ( +/obj/structure/railing/unbreakable{ + dir = 1 + }, +/obj/effect/turf_decal/arrows/red{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/machinery/elevator_control_panel/directional/west{ + pixel_y = 28; + pixel_x = -26 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"KK" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/machinery/light/floor, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"KX" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/top/left, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Lp" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/middle/left, +/obj/structure/chair/comfy/shuttle/tactical{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Lu" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning/corner{ + dir = 4 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"Mq" = ( +/obj/machinery/computer, +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/structure/window/reinforced/survival_pod/spawner/directional/north, +/turf/open/indestructible/dark/textured{ + icon_state = "rcircuit" + }, +/area/misc/hilbertshotel) +"MH" = ( +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"NI" = ( +/obj/structure/chair/office/tactical, +/obj/effect/turf_decal/siding/dark_red, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"NZ" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Ob" = ( +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_red/corner, +/obj/structure/railing/corner/unbreakable, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"OA" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Pf" = ( +/turf/open/floor/iron/stairs, +/area/misc/hilbertshotel) +"Pj" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/turf/open/floor/mineral/plastitanium, +/area/misc/hilbertshotel) +"Qv" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/item/toy/figure/syndie{ + pixel_x = 9; + pixel_y = 13 + }, +/obj/item/toy/mecha/seraph{ + pixel_x = -3; + pixel_y = 18 + }, +/obj/item/toy/figure/syndie{ + pixel_x = 9; + pixel_y = 3 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"QX" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/effect/turf_decal/trimline/dark_red/filled/line, +/obj/effect/turf_decal/trimline/dark_red/filled/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Ry" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/machinery/light/directional/west, +/obj/item/toy/mecha/mauler{ + pixel_y = 16 + }, +/obj/item/toy/figure/syndie{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/toy/figure/syndie{ + pixel_x = 9; + pixel_y = -7 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"RH" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/top/right, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"RN" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/middle/middle, +/obj/machinery/light/floor, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"RP" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning{ + dir = 8 + }, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"Sm" = ( +/obj/effect/turf_decal/siding/thinplating_new/dark, +/obj/item/kirbyplants/organic/plant22, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/trimline/dark_red/filled/end{ + dir = 4 + }, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"SW" = ( +/obj/structure/table/reinforced/plastitaniumglass, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 1 + }, +/obj/structure/sign/warning/directional/west, +/obj/item/toy/nuke{ + pixel_y = 7; + name = "Model Nuclear Warhead"; + desc = "This is a model of the famous Gorlex Marauders nuclear warhead. 'Some call it nuclear terrorism. We call it solutions'"; + pixel_x = 1 + }, +/obj/item/disk/nuclear/fake/obvious{ + pixel_y = -8; + pixel_x = -3 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"Tb" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning/corner{ + dir = 4 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"Uk" = ( +/obj/structure/chair/office/tactical{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"Vp" = ( +/obj/effect/turf_decal/tile/neutral/opposingcorners, +/obj/item/kirbyplants/organic/plant21, +/obj/structure/sign/poster/contraband/random/directional/south, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"VM" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/bottom/left, +/obj/effect/turf_decal/siding/thinplating_new/dark{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Wi" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"WV" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/bottom/left, +/obj/structure/railing/corner/end/flip{ + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Yo" = ( +/obj/effect/turf_decal/trimline/yellow/filled/warning/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/obj/effect/turf_decal/trimline/yellow/filled/warning, +/obj/structure/sign/warning/no_smoking/directional/east, +/obj/structure/railing/corner/unbreakable{ + dir = 4 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"Yz" = ( +/obj/effect/turf_decal/skyrat_decals/syndicate/top/middle, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"YG" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 10 + }, +/turf/open/indestructible/dark/textured{ + icon_state = "engine" + }, +/area/misc/hilbertshotel) +"Za" = ( +/obj/machinery/vending/wardrobe/syndie_wardrobe/ghost_cafe, +/obj/effect/turf_decal/delivery, +/turf/open/floor/mineral/plastitanium/red, +/area/misc/hilbertshotel) +"Zk" = ( +/obj/structure/table/wood/fancy/red, +/obj/structure/sign/clock/directional/east, +/obj/item/reagent_containers/cup/maunamug{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/sign/flag/syndicate{ + pixel_y = 1 + }, +/turf/open/floor/carpet/royalblack, +/area/misc/hilbertshotel) +"Zt" = ( +/obj/structure/sign/poster/contraband/random/directional/west, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/indestructible/dark/textured, +/area/misc/hilbertshotel) +"ZG" = ( +/turf/open/floor/iron/stairs/medium{ + dir = 1 + }, +/area/misc/hilbertshotel) + +(1,1,1) = {" +ga +ga +ga +ga +ga +ga +pg +EK +pg +ga +ga +ga +ga +ga +ga +ga +"} +(2,1,1) = {" +ga +jd +jy +ga +Ry +Qv +JS +yn +nd +SW +ku +qB +cH +JI +FL +ga +"} +(3,1,1) = {" +ga +Hv +Ae +ga +rq +CG +rl +iE +Df +in +ac +qB +Pj +wV +mV +ga +"} +(4,1,1) = {" +ga +qB +CB +ga +pZ +xh +HJ +KK +RP +rp +YG +qB +oH +of +hN +ga +"} +(5,1,1) = {" +ga +nY +YG +qB +Lu +NI +me +Ek +pB +Uk +FV +qB +Za +of +jO +ga +"} +(6,1,1) = {" +ga +Ad +um +Pf +Ia +NI +HG +aD +xl +Uk +hM +ga +qB +Bq +qB +ga +"} +(7,1,1) = {" +ga +ga +hz +ga +fU +Ge +hg +pH +BT +tM +DR +ga +Ir +aB +kO +ga +"} +(8,1,1) = {" +ga +Zt +JK +ga +Ak +NI +lz +Jh +Mq +Uk +MH +qX +KX +Db +VM +qB +"} +(9,1,1) = {" +ga +GN +ac +Wi +Ak +NI +me +Ft +pB +Uk +Is +ZG +Yz +RN +Aj +IB +"} +(10,1,1) = {" +ga +OA +ac +ga +rA +we +Tb +pr +lO +Ob +Yo +kQ +It +Jx +og +qB +"} +(11,1,1) = {" +ga +ga +ga +ga +ga +hL +tV +ii +eq +ho +ga +ga +qB +Jf +qB +ga +"} +(12,1,1) = {" +ga +gZ +BX +kv +ga +eZ +sg +Lp +WV +CL +qB +vr +NZ +ia +Vp +ga +"} +(13,1,1) = {" +ga +Ey +pF +lU +jQ +wS +Yz +Di +Aj +QX +Jf +ia +ia +ia +vH +ga +"} +(14,1,1) = {" +ga +cn +HB +Zk +ga +Sm +RH +mD +qC +HN +qB +CH +at +jv +im +ga +"} +(15,1,1) = {" +ga +ga +ga +ga +ga +ga +pg +pg +pg +ga +ga +ga +ga +ga +ga +ga +"} diff --git a/rust_g.dll b/rust_g.dll index ee66aafe9d3..52d6e681234 100644 Binary files a/rust_g.dll and b/rust_g.dll differ