diff --git a/code/game/objects/structures/urban.dm b/code/game/objects/structures/urban.dm index 959111ca8fd..68ac02a6f58 100644 --- a/code/game/objects/structures/urban.dm +++ b/code/game/objects/structures/urban.dm @@ -73,6 +73,24 @@ layer = 2.01 opacity = 1 +/obj/structure/stairs/urban/right + dir = EAST + bound_width = 64 + bound_x = -32 + +/obj/structure/stairs/urban/left + dir = WEST + bound_width = 64 + +/obj/structure/stairs/urban/north + dir = NORTH + bound_height = 64 + bound_y = -32 + +/obj/structure/stairs/urban/south + dir = SOUTH + bound_height = 64 + /obj/structure/stairs/urban/road_ramp name = "inclined asphalt ramp" desc = "A solid asphalt ramp to allow your vehicle to traverse inclines with ease." @@ -80,10 +98,22 @@ layer = 2.02 /obj/structure/stairs/urban/road_ramp/right - icon_state = "road-ramp-right" + dir = EAST + bound_width = 64 + bound_x = -32 /obj/structure/stairs/urban/road_ramp/left - icon_state = "road-ramp-left" + dir = WEST + bound_width = 64 + +/obj/structure/stairs/urban/road_ramp/north + dir = NORTH + bound_height = 64 + bound_y = -32 + +/obj/structure/stairs/urban/road_ramp/south + dir = SOUTH + bound_height = 64 /obj/structure/closet/crate/bin/urban name = "tall garbage can" diff --git a/html/changelogs/kyres1-konyang_post_launch_fixes.yml b/html/changelogs/kyres1-konyang_post_launch_fixes.yml new file mode 100644 index 00000000000..ab86635919b --- /dev/null +++ b/html/changelogs/kyres1-konyang_post_launch_fixes.yml @@ -0,0 +1,11 @@ + +author: kyres1 + +delete-after: True + +changes: + - bugfix: "Fixes Point Verdant's stairs literally obliterating the server by making their directions work in accordance to their bounding boxes." + - bugfix: "Fixes duplicate stairs on Point Verdant." + - bugfix: "Fixes some inconsistent railings on Point Verdant, forcing players to walk through them to climb stairs." + - bugfix: "Adds a light switch to the Point Verdant street vendor building." + - bugfix: "Adjusts the location of deep water on Konyang to avoid structures, so the overlays don't conflict." diff --git a/icons/obj/structure/urban/ledges.dmi b/icons/obj/structure/urban/ledges.dmi index 1cafd46c5a6..79bb3cd6e04 100644 Binary files a/icons/obj/structure/urban/ledges.dmi and b/icons/obj/structure/urban/ledges.dmi differ diff --git a/maps/away/away_site/konyang/point_verdant/point_verdant-1.dmm b/maps/away/away_site/konyang/point_verdant/point_verdant-1.dmm index 8656245c6ff..affe9e74b5b 100644 --- a/maps/away/away_site/konyang/point_verdant/point_verdant-1.dmm +++ b/maps/away/away_site/konyang/point_verdant/point_verdant-1.dmm @@ -717,6 +717,9 @@ /obj/effect/decal/road_marking{ dir = 8 }, +/obj/vehicle/bike/motor/police_konyang{ + dir = 1 + }, /turf/simulated/floor/asphalt, /area/point_verdant/interior/police) "cl" = ( @@ -731,7 +734,7 @@ /obj/effect/shuttle_landmark/point_verdant/water/dock_01{ dir = 8 }, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/outdoors) "cn" = ( /mob/living/heavy_vehicle/premade/heavy, @@ -1205,7 +1208,7 @@ /turf/simulated/floor/lino, /area/point_verdant/interior/streetvendor) "dT" = ( -/obj/effect/decal/exterior_stairs/left, +/obj/effect/decal/exterior_stairs/center, /turf/simulated/floor/sidewalk/blocks, /area/point_verdant/outdoors) "dU" = ( @@ -1661,6 +1664,14 @@ "fg" = ( /turf/simulated/floor/tiled, /area/point_verdant/interior) +"fh" = ( +/obj/effect/decal/curb, +/obj/random/dirt_75, +/obj/vehicle/bike/motor/moped/police_konyang{ + dir = 4 + }, +/turf/simulated/floor/asphalt, +/area/point_verdant/interior/police) "fi" = ( /obj/effect/decal/road_marking/reflector{ dir = 8 @@ -1700,9 +1711,8 @@ /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) "fo" = ( -/obj/structure/stairs/urban{ - dir = 8; - icon_state = "stairs-left" +/obj/structure/stairs/urban/left{ + icon_state = "stairs-left-top" }, /turf/simulated/floor/sidewalk/blocks, /area/point_verdant/interior) @@ -2039,7 +2049,7 @@ /obj/effect/shuttle_landmark/point_verdant/water/dock_02{ dir = 8 }, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/outdoors) "gr" = ( /obj/structure/table/standard, @@ -2101,7 +2111,7 @@ /area/point_verdant/interior/offices/headquarters) "gA" = ( /obj/effect/decal/road_marking/incline{ - pixel_y = -5 + pixel_y = -8 }, /turf/simulated/floor/sidewalk/blocks, /area/point_verdant/outdoors) @@ -2354,6 +2364,13 @@ }, /turf/simulated/floor/wood, /area/point_verdant/interior/bar) +"hi" = ( +/obj/structure/stairs/urban/road_ramp/left{ + icon_state = "road-ramp-left-top"; + pixel_y = 29 + }, +/turf/simulated/floor/asphalt, +/area/point_verdant/interior/tunnels) "hj" = ( /obj/structure/closet/cabinet, /obj/item/clothing/head/konyang/army, @@ -2686,13 +2703,6 @@ /obj/effect/decal/exterior_stairs/half/center, /turf/simulated/floor/tiled, /area/point_verdant/interior/maint_janitorial) -"ip" = ( -/obj/structure/stairs/urban/road_ramp/left{ - dir = 8; - pixel_y = 29 - }, -/turf/simulated/floor/asphalt, -/area/point_verdant/interior/tunnels) "iq" = ( /obj/effect/decal/road_marking/center, /obj/effect/decal/road_marking/no_pass{ @@ -2983,6 +2993,13 @@ /obj/effect/decal/cleanable/cobweb, /turf/simulated/floor/exoplanet/dirt_konyang, /area/point_verdant/interior/hotel) +"jg" = ( +/obj/effect/decal/exterior_stairs/left{ + dir = 8; + icon_state = "stairs-left-top" + }, +/turf/simulated/floor/concrete, +/area/point_verdant/outdoors) "ji" = ( /obj/effect/decal/cleanable/floor_damage/random_wood_broken, /obj/random/dirt_75, @@ -3077,8 +3094,10 @@ /turf/simulated/floor/sidewalk/blocks, /area/point_verdant/interior) "jA" = ( -/obj/effect/decal/exterior_stairs/right{ - dir = 8 +/obj/effect/decal/exterior_stairs/left{ + dir = 4; + layer = 2.01; + icon_state = "stairs-left-bot" }, /turf/simulated/floor/sidewalk/blocks, /area/point_verdant/outdoors) @@ -3946,7 +3965,7 @@ dir = 8; layer = 2.9 }, -/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/outdoors) "lP" = ( /obj/effect/decal/cleanable/floor_damage/random_broken, @@ -4059,9 +4078,8 @@ /area/point_verdant/interior/tunnels) "md" = ( /obj/structure/rod_railing, -/obj/structure/stairs/urban{ - dir = 8; - icon_state = "stairs-right" +/obj/structure/stairs/urban/left{ + icon_state = "stairs-left-bot" }, /turf/simulated/floor/sidewalk/blocks, /area/point_verdant/outdoors) @@ -4653,12 +4671,6 @@ }, /turf/simulated/floor/sidewalk/blocks, /area/point_verdant/interior) -"oa" = ( -/obj/structure/stairs/urban/road_ramp{ - dir = 8 - }, -/turf/simulated/floor/asphalt, -/area/point_verdant/outdoors) "ob" = ( /obj/structure/closet/crate/trashcart, /obj/random/contraband, @@ -4798,7 +4810,7 @@ "oC" = ( /obj/structure/lattice/catwalk/indoor/urban, /obj/effect/shuttle_landmark/point_verdant/water/dock_03, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/outdoors) "oD" = ( /obj/structure/rod_railing{ @@ -4828,6 +4840,10 @@ /obj/effect/overlay/container_logo/zenghu, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) +"oH" = ( +/obj/structure/stairs/urban/road_ramp/north, +/turf/simulated/floor/asphalt, +/area/point_verdant/interior/tunnels) "oI" = ( /obj/structure/bed/stool/chair/office/light{ dir = 4 @@ -5041,6 +5057,10 @@ /obj/effect/decal/curb, /turf/simulated/floor/asphalt, /area/point_verdant/interior/tunnels) +"pn" = ( +/obj/structure/stairs/urban/road_ramp/left, +/turf/simulated/floor/asphalt, +/area/point_verdant/interior/tunnels) "po" = ( /obj/effect/step_trigger/thrower{ icon_state = "dir_arrow"; @@ -5531,7 +5551,7 @@ /obj/effect/shuttle_landmark/point_verdant/water/dock_06{ dir = 8 }, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/outdoors) "qS" = ( /obj/effect/floor_decal/corner/blue{ @@ -5542,12 +5562,6 @@ /obj/item/trash/cigbutt, /turf/simulated/floor/tiled, /area/point_verdant/interior/police) -"qU" = ( -/obj/structure/stairs/urban/road_ramp{ - dir = 1 - }, -/turf/simulated/floor/asphalt, -/area/point_verdant/interior/tunnels) "qV" = ( /obj/effect/decal/cleanable/dirt, /turf/simulated/floor/lino/diamond, @@ -6993,7 +7007,7 @@ dir = 8 }, /obj/structure/lattice/catwalk/indoor/urban, -/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/outdoors) "vs" = ( /turf/simulated/floor/exoplanet/konyang, @@ -7218,16 +7232,6 @@ }, /turf/simulated/floor/lino, /area/point_verdant/interior/streetvendor) -"vW" = ( -/obj/structure/stairs/urban/road_ramp/left{ - dir = 8; - pixel_y = 29 - }, -/obj/structure/stairs/urban/road_ramp{ - dir = 8 - }, -/turf/simulated/floor/asphalt, -/area/point_verdant/interior/tunnels) "vX" = ( /obj/effect/decal/exterior_stairs/half/center{ dir = 4 @@ -7259,7 +7263,7 @@ /obj/effect/shuttle_landmark/point_verdant/water/dock_05{ dir = 1 }, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/outdoors) "we" = ( /obj/structure/flora/rock/konyang, @@ -8778,6 +8782,13 @@ }, /turf/simulated/floor/sidewalk/flat, /area/point_verdant/interior/tunnels) +"Be" = ( +/obj/structure/stairs/urban/road_ramp/left{ + icon_state = "road-ramp-left-top"; + pixel_y = 29 + }, +/turf/simulated/floor/asphalt, +/area/point_verdant/outdoors) "Bf" = ( /obj/effect/decal/curb{ dir = 1 @@ -9297,14 +9308,14 @@ /turf/simulated/floor/sidewalk/dark, /area/point_verdant/interior/offices/kaf) "CJ" = ( -/obj/structure/stairs/urban/road_ramp/right{ - dir = 4; - pixel_y = 32 - }, /obj/effect/decal/road_marking/incline{ pixel_y = 26; dir = 1 }, +/obj/structure/stairs/urban/road_ramp/right{ + icon_state = "road-ramp-right-top"; + pixel_y = 30 + }, /turf/simulated/floor/asphalt, /area/point_verdant/interior/police) "CK" = ( @@ -9619,7 +9630,7 @@ /area/point_verdant/interior/maint_janitorial) "DJ" = ( /obj/structure/automobile_filler, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/water) "DL" = ( /obj/structure/light_pole, @@ -9721,9 +9732,7 @@ /obj/effect/decal/road_marking/incline/center{ pixel_y = -17 }, -/obj/structure/stairs/urban/road_ramp{ - dir = 8 - }, +/obj/structure/stairs/urban/road_ramp/left, /turf/simulated/floor/asphalt, /area/point_verdant/interior/tunnels) "Ea" = ( @@ -9741,7 +9750,7 @@ /obj/effect/shuttle_landmark/point_verdant/water/dock_10{ dir = 8 }, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/outdoors) "Ed" = ( /obj/random/dirt_75, @@ -10617,9 +10626,7 @@ /obj/effect/decal/road_marking/incline/center{ pixel_y = -17 }, -/obj/structure/stairs/urban/road_ramp{ - dir = 8 - }, +/obj/structure/stairs/urban/road_ramp/left, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) "GJ" = ( @@ -11270,6 +11277,12 @@ /obj/structure/closet/cabinet, /turf/simulated/floor/wood, /area/point_verdant/interior/spaceport) +"Im" = ( +/obj/vehicle/bike/motor/moped{ + dir = 4 + }, +/turf/simulated/floor/asphalt, +/area/point_verdant/interior) "In" = ( /obj/item/broken_bottle{ pixel_y = 2; @@ -11549,6 +11562,13 @@ /obj/structure/dock_structure/rail, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) +"Jd" = ( +/obj/effect/step_trigger/thrower{ + icon_state = "dir_arrow"; + tiles = 1 + }, +/turf/simulated/floor/exoplanet/water/shallow/konyang, +/area/point_verdant/water) "Je" = ( /obj/structure/mopbucket, /obj/item/mop/advanced, @@ -12011,12 +12031,6 @@ /obj/random/dirt_75, /turf/simulated/floor/asphalt, /area/point_verdant/interior/police) -"KK" = ( -/obj/structure/stairs/urban/road_ramp{ - dir = 8 - }, -/turf/simulated/floor/asphalt, -/area/point_verdant/interior/tunnels) "KL" = ( /obj/effect/decal/exterior_stairs/half/right, /turf/simulated/floor/concrete, @@ -12228,6 +12242,14 @@ /obj/random/dirt_75, /turf/simulated/floor/carpet/green, /area/point_verdant/interior/hotel) +"Lu" = ( +/obj/effect/step_trigger/thrower{ + icon_state = "dir_arrow"; + tiles = 1; + dir = 6 + }, +/turf/simulated/floor/exoplanet/water/shallow/konyang, +/area/point_verdant/water) "Lw" = ( /obj/structure/rod_railing{ name = "imposing rod railing"; @@ -12479,8 +12501,8 @@ /obj/effect/decal/road_marking/incline{ pixel_y = 13 }, -/obj/structure/stairs/urban/road_ramp/right{ - dir = 8 +/obj/structure/stairs/urban/road_ramp/left{ + icon_state = "road-ramp-left" }, /turf/simulated/floor/asphalt, /area/point_verdant/interior/tunnels) @@ -13042,7 +13064,7 @@ /obj/effect/shuttle_landmark/point_verdant/water/dock_04{ dir = 1 }, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/outdoors) "NA" = ( /obj/machinery/light/small/emergency{ @@ -14363,13 +14385,12 @@ /turf/simulated/floor/asphalt, /area/point_verdant/interior) "Rh" = ( -/obj/effect/step_trigger/thrower{ - icon_state = "dir_arrow"; - tiles = 1 +/obj/random/dirt_75, +/obj/vehicle/bike/motor/police_konyang{ + dir = 1 }, -/obj/structure/automobile_filler, -/turf/simulated/floor/exoplanet/water/konyang, -/area/point_verdant/water) +/turf/simulated/floor/asphalt, +/area/point_verdant/interior/police) "Ri" = ( /obj/machinery/papershredder{ pixel_x = -6 @@ -14487,19 +14508,10 @@ /obj/item/inflatable_duck, /turf/simulated/floor/asphalt, /area/point_verdant/sewer) -"RD" = ( -/obj/structure/stairs/urban/road_ramp/left{ - dir = 8; - pixel_y = 29 - }, -/obj/structure/stairs/urban/road_ramp{ - dir = 8 - }, -/turf/simulated/floor/asphalt, -/area/point_verdant/outdoors) "RF" = ( /obj/effect/decal/exterior_stairs/left{ - dir = 8 + dir = 8; + icon_state = "stairs-left-top" }, /turf/simulated/floor/sidewalk/blocks, /area/point_verdant/outdoors) @@ -14639,7 +14651,7 @@ "RZ" = ( /obj/structure/lattice/catwalk/indoor/urban, /obj/effect/shuttle_landmark/point_verdant/water/dock_11, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/outdoors) "Sb" = ( /obj/effect/floor_decal/corner/blue{ @@ -15022,13 +15034,16 @@ /turf/simulated/floor/tiled, /area/point_verdant/interior/police) "Tf" = ( -/obj/effect/decal/exterior_stairs/right, -/turf/simulated/floor/sidewalk/blocks, +/obj/effect/decal/exterior_stairs/left{ + dir = 4; + layer = 2.01; + icon_state = "stairs-left-bot" + }, +/turf/simulated/floor/concrete, /area/point_verdant/outdoors) "Tg" = ( -/obj/structure/stairs/urban{ - dir = 8; - icon_state = "stairs-left" +/obj/structure/stairs/urban/left{ + icon_state = "stairs-left-top" }, /turf/simulated/floor/sidewalk/blocks, /area/point_verdant/outdoors) @@ -15318,6 +15333,10 @@ /obj/machinery/light/spot, /turf/simulated/floor/sidewalk, /area/point_verdant/interior) +"TW" = ( +/obj/structure/stairs/urban/road_ramp/left, +/turf/simulated/floor/asphalt, +/area/point_verdant/outdoors) "TZ" = ( /obj/structure/boat, /obj/effect/step_trigger/thrower{ @@ -15325,7 +15344,7 @@ tiles = 1 }, /obj/structure/automobile_filler, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/water) "Ub" = ( /obj/random/dirt_75, @@ -15553,7 +15572,7 @@ "UP" = ( /obj/structure/lattice/catwalk/indoor/urban, /obj/effect/shuttle_landmark/point_verdant/water/dock_07, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/outdoors) "UQ" = ( /obj/structure/shipping_container{ @@ -16156,8 +16175,8 @@ /obj/effect/decal/road_marking/incline{ pixel_y = 13 }, -/obj/structure/stairs/urban/road_ramp/right{ - dir = 8 +/obj/structure/stairs/urban/road_ramp/left{ + icon_state = "road-ramp-left" }, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) @@ -16596,7 +16615,7 @@ /obj/effect/shuttle_landmark/point_verdant/water/dock_12{ dir = 4 }, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/outdoors) "Xy" = ( /obj/effect/decal/cleanable/floor_damage/random_burned, @@ -16807,9 +16826,8 @@ /turf/simulated/floor/asphalt, /area/point_verdant/interior/offices/basement) "XY" = ( -/obj/structure/stairs/urban{ - dir = 8; - icon_state = "stairs-right" +/obj/structure/stairs/urban/left{ + icon_state = "stairs-left-bot" }, /turf/simulated/floor/sidewalk/blocks, /area/point_verdant/interior) @@ -17342,8 +17360,8 @@ pixel_y = 13; dir = 1 }, -/obj/structure/stairs/urban/road_ramp/left{ - dir = 4 +/obj/structure/stairs/urban/road_ramp/right{ + icon_state = "road-ramp-right" }, /turf/simulated/floor/asphalt, /area/point_verdant/interior/police) @@ -25201,7 +25219,7 @@ rf rf AV AV -qU +oH iy iy iy @@ -25458,7 +25476,7 @@ rf rf AV AV -qU +oH DQ DQ DQ @@ -25715,7 +25733,7 @@ rf rf AV AV -qU +oH iq Nr Nr @@ -25972,7 +25990,7 @@ rf rf AV AV -qU +oH DQ DQ DQ @@ -26229,7 +26247,7 @@ rf rf AV AV -qU +oH qB qB qB @@ -29349,7 +29367,7 @@ wr AN zJ lC -xn +fh kg kg wD @@ -29606,12 +29624,12 @@ wr mO mO Yn -xn +fh kg wD wD wD -kg +Rh Jo lC AV @@ -34246,10 +34264,10 @@ hX WO AV ql -ip +hi DZ -KK -KK +pn +pn Mc AV Vm @@ -54474,8 +54492,8 @@ IJ vR uU uU -cR -LD +jg +Tf rf rf rf @@ -54529,10 +54547,10 @@ Zy lW yv gA -RD +Be GH -oa -oa +TW +TW Wk rf rf @@ -56577,7 +56595,7 @@ Ga dN QV QV -Tf +dT QV QV YA @@ -56879,10 +56897,10 @@ rC WO AV ql -vW +hi DZ -KK -KK +pn +pn Mc AV AV @@ -57598,7 +57616,7 @@ hN hN hN hN -ih +Jd Ga Ga Ga @@ -57855,8 +57873,8 @@ hN hN hN hN -ih -ih +Jd +Jd Ga Ga dN @@ -58112,8 +58130,8 @@ hN hN hN hN -hN -ih +Ga +Jd Ga Ga dN @@ -58367,11 +58385,11 @@ tj hN hN hN -hN +Ga DJ DJ TZ -hN +Ga Ga dN QV @@ -58548,7 +58566,7 @@ hN hN hN hN -Pj +Xj Xx hN hN @@ -58624,11 +58642,11 @@ tj hN hN hN -hN +Ga DJ DJ -Rh -hN +Yv +Ga Ga dN QV @@ -58657,7 +58675,7 @@ MG tt MG Iw -tt +Im Se Se gM @@ -58801,24 +58819,24 @@ tj tj tj RZ -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj Xj tq yv @@ -58849,7 +58867,7 @@ yv AG Xj Xj -Pj +Xj tj tj tj @@ -58881,11 +58899,11 @@ tj hN hN hN -hN +Ga DJ DJ -Rh -hN +Yv +Ga Ga dN QV @@ -59057,25 +59075,25 @@ tj tj tj tj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj -Pj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj +Xj Xj tq yv @@ -59138,10 +59156,10 @@ tj hN hN hN -hN +Ga DJ DJ -Rh +Yv Ga Ga dN @@ -59325,8 +59343,8 @@ hN hN hN hN -Pj -Pj +Xj +Xj hN hN hN @@ -59395,10 +59413,10 @@ tj hN hN hN -hN +Ga DJ DJ -Rh +Yv Ga Ga dN @@ -59583,7 +59601,7 @@ hN hN hN Ec -Pj +Xj tj tj tj @@ -59652,7 +59670,7 @@ tj hN hN hN -hN +Ga DJ DJ Yv @@ -59909,10 +59927,10 @@ tj hN hN hN -hN +Ga DJ DJ -Rh +Yv Ga Ga dN @@ -60166,11 +60184,11 @@ tj hN hN hN -hN +Ga DJ DJ -Rh -hN +Yv +Ga Ga aZ RF @@ -60423,11 +60441,11 @@ tj hN hN hN -hN +Ga DJ DJ -Rh -hN +Yv +Ga Ga aZ JV @@ -60680,11 +60698,11 @@ tj hN hN hN -hN +Ga DJ DJ -Rh -hN +Yv +Ga Ga aZ QV @@ -60937,11 +60955,11 @@ tj hN hN hN -hN +Ga DJ DJ -Rh -hN +Yv +Ga Ga aZ JV @@ -61194,11 +61212,11 @@ tj hN hN hN -hN +Ga DJ DJ -Rh -hN +Yv +Ga Ga aZ QV @@ -61451,11 +61469,11 @@ tj hN hN hN -hN +Ga DJ DJ -Rh -hN +Yv +Ga Ga aZ JV @@ -61708,10 +61726,10 @@ tj Rf Rf Rf -Rf -Rf -Rf -Rf +Lu +Lu +Lu +Lu Ga Ga aZ @@ -61964,11 +61982,11 @@ tj tj ih hN -hN -hN -hN -hN -hN +Ga +Ga +Ga +Ga +Ga Ga Ga aZ @@ -62221,10 +62239,10 @@ tj tj ih hN -hN -hN -hN -hN +Ga +Ga +Ga +Ga Ga Ga Ga @@ -62732,10 +62750,10 @@ tj tj tj tj -tj +KD oC -Pj -lV +Xj +Xj lV lV lV @@ -62989,10 +63007,10 @@ tj tj tj tj -tj -Pj +KD +Xj +Xj Xj -lV lV EY lV @@ -63208,7 +63226,7 @@ tj tj tj tj -Pj +Xj Xj Xj tq @@ -63732,7 +63750,7 @@ yv AG Xj Xj -Pj +Xj tj tj tj @@ -66811,8 +66829,8 @@ hN hN hN qk -Pj -Pj +Xj +Xj qo qo hN @@ -67069,7 +67087,7 @@ hN hN qk qR -Pj +Xj qo hN hN @@ -69425,7 +69443,7 @@ hN qk qk Ga -Pj +Xj Xj Ga Ga @@ -69449,7 +69467,7 @@ Ga Ga Ga Ga -Pj +Xj Xj Ga yE @@ -69683,7 +69701,7 @@ hN qk rX gq -Pj +Xj rX rX rX @@ -69707,7 +69725,7 @@ rX rX rX cm -Pj +Xj rX rX rX diff --git a/maps/away/away_site/konyang/point_verdant/point_verdant-2.dmm b/maps/away/away_site/konyang/point_verdant/point_verdant-2.dmm index 4ea478fa715..00b26b9fafc 100644 --- a/maps/away/away_site/konyang/point_verdant/point_verdant-2.dmm +++ b/maps/away/away_site/konyang/point_verdant/point_verdant-2.dmm @@ -573,20 +573,6 @@ }, /turf/simulated/floor/asphalt, /area/point_verdant/interior/shallow) -"bD" = ( -/obj/structure/ledge{ - dir = 4 - }, -/obj/structure/chainlink_fence{ - dir = 4 - }, -/obj/structure/konyang_cliff{ - icon_state = "cliff-west"; - layer = 2.5; - density = 0 - }, -/turf/simulated/floor/exoplanet/water/shallow/konyang, -/area/point_verdant/outdoors) "bE" = ( /obj/machinery/light_switch{ dir = 4; @@ -733,9 +719,9 @@ name = "imposing rod railing"; layer = 9.1 }, -/obj/effect/decal/exterior_stairs/center{ - dir = 8; - layer = 2.6 +/obj/effect/decal/exterior_stairs/left{ + dir = 4; + layer = 2.01 }, /turf/simulated/floor/sidewalk, /area/point_verdant/outdoors) @@ -1548,9 +1534,8 @@ /obj/effect/decal/road_marking/incline{ pixel_y = -5 }, -/obj/structure/stairs/urban{ - dir = 8; - icon_state = "stairs-right" +/obj/structure/stairs/urban/left{ + icon_state = "stairs-left-bot" }, /turf/simulated/floor/sidewalk, /area/point_verdant/outdoors) @@ -1828,13 +1813,13 @@ /turf/simulated/floor/carpet/lightblue, /area/point_verdant/interior/hotel) "fc" = ( -/obj/structure/stairs/urban/road_ramp/left{ - dir = 4 - }, /obj/effect/decal/road_marking/incline{ pixel_y = 13; dir = 1 }, +/obj/structure/stairs/urban/road_ramp/right{ + icon_state = "road-ramp-right" + }, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) "fd" = ( @@ -1990,8 +1975,9 @@ /turf/simulated/floor/tiled/full, /area/point_verdant/interior/offices) "fB" = ( -/obj/effect/decal/exterior_stairs/center{ - dir = 8 +/obj/effect/decal/exterior_stairs/left{ + dir = 4; + layer = 2.01 }, /turf/simulated/floor/sidewalk/paved, /area/point_verdant/interior/shallow) @@ -2209,8 +2195,10 @@ /turf/simulated/floor/carpet/lightblue, /area/point_verdant/interior/hotel) "gh" = ( -/obj/effect/decal/exterior_stairs/right{ - dir = 8 +/obj/effect/decal/exterior_stairs/left{ + dir = 4; + layer = 2.01; + icon_state = "stairs-left-bot" }, /turf/simulated/floor/sidewalk/paved, /area/point_verdant/interior/shallow) @@ -2317,17 +2305,14 @@ /turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/water) "gB" = ( -/obj/structure/stairs/urban/road_ramp/right{ - dir = 4; - pixel_y = 32 - }, -/obj/structure/stairs/urban/road_ramp/right{ - dir = 4 - }, /obj/effect/decal/road_marking/incline{ pixel_y = 26; dir = 1 }, +/obj/structure/stairs/urban/road_ramp/right{ + icon_state = "road-ramp-right-top"; + pixel_y = 30 + }, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) "gC" = ( @@ -2779,11 +2764,11 @@ /turf/simulated/floor/wood, /area/point_verdant/interior/hotel) "hK" = ( -/obj/effect/decal/exterior_stairs/center{ - dir = 4 +/obj/effect/decal/exterior_stairs/left{ + dir = 4; + icon_state = "stairs-right" }, -/obj/structure/rod_railing, -/turf/simulated/floor/sidewalk/flat, +/turf/simulated/floor/sidewalk, /area/point_verdant/outdoors) "hL" = ( /turf/simulated/floor/lino/diamond, @@ -3132,6 +3117,10 @@ /obj/random/junk, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) +"iN" = ( +/obj/structure/stairs/urban/road_ramp/right, +/turf/simulated/floor/asphalt, +/area/point_verdant/outdoors) "iO" = ( /obj/effect/decal/curb{ dir = 1 @@ -3759,6 +3748,13 @@ }, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) +"kx" = ( +/obj/structure/stairs/urban/road_ramp/left{ + icon_state = "road-ramp-left-top"; + pixel_y = 29 + }, +/turf/simulated/floor/asphalt, +/area/point_verdant/outdoors) "ky" = ( /obj/effect/decal/curb/corner{ dir = 8 @@ -3769,12 +3765,9 @@ /turf/simulated/floor/sidewalk/flat, /area/point_verdant/outdoors) "kz" = ( -/obj/effect/decal/exterior_stairs/left{ - dir = 4; - layer = 2.01 - }, -/turf/simulated/floor/sidewalk/blocks, -/area/point_verdant/outdoors) +/obj/structure/stairs/urban/north, +/turf/simulated/floor/concrete, +/area/point_verdant/interior/shallow) "kA" = ( /obj/effect/floor_decal/industrial/warning{ dir = 6 @@ -3931,7 +3924,6 @@ /turf/simulated/floor/sidewalk/flat, /area/point_verdant/outdoors) "kT" = ( -/obj/structure/closet/secure_closet/personal/cabinet, /obj/item/towel, /obj/item/towel, /obj/item/towel, @@ -3941,6 +3933,7 @@ /obj/machinery/light/small{ dir = 4 }, +/obj/structure/closet/cabinet, /turf/simulated/floor/carpet/lightblue, /area/point_verdant/interior/hotel) "kU" = ( @@ -4445,7 +4438,8 @@ /area/point_verdant/interior/robotics) "mk" = ( /obj/effect/decal/exterior_stairs/right{ - dir = 4 + dir = 4; + icon_state = "stairs-right-top" }, /turf/simulated/floor/sidewalk, /area/point_verdant/outdoors) @@ -4562,7 +4556,7 @@ name = "imposing rod railing"; layer = 9.1 }, -/turf/simulated/floor/exoplanet/water/shallow/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, /area/point_verdant/outdoors) "mx" = ( /obj/machinery/light/small{ @@ -4972,6 +4966,14 @@ }, /turf/simulated/floor/exoplanet/konyang/no_edge, /area/point_verdant/outdoors) +"nG" = ( +/obj/random/dirt_75, +/obj/item/reagent_containers/glass/rag{ + pixel_y = 17; + pixel_x = -13 + }, +/turf/simulated/floor/tiled, +/area/point_verdant/interior/minimart) "nH" = ( /obj/structure/table/rack/clothing{ layer = 3.1 @@ -5004,7 +5006,8 @@ dir = 1 }, /obj/effect/decal/exterior_stairs/right{ - dir = 4 + dir = 4; + icon_state = "stairs-right-top" }, /turf/simulated/floor/sidewalk/paved, /area/point_verdant/interior/shallow) @@ -5833,7 +5836,8 @@ /area/point_verdant/interior/pharmacy) "pE" = ( /obj/effect/decal/exterior_stairs/right{ - dir = 4 + dir = 4; + icon_state = "stairs-right-top" }, /turf/simulated/floor/exoplanet/konyang/no_edge, /area/point_verdant/outdoors) @@ -6048,6 +6052,10 @@ }, /turf/simulated/floor/carpet/purple, /area/point_verdant/interior/spaceport) +"qn" = ( +/obj/structure/stairs/urban/road_ramp/left, +/turf/simulated/floor/asphalt, +/area/point_verdant/outdoors) "qo" = ( /obj/structure/flora/rock/konyang/water, /obj/structure/flora/bush/konyang_reeds/water, @@ -6241,7 +6249,8 @@ "qT" = ( /obj/effect/decal/exterior_stairs/left{ dir = 4; - layer = 2.01 + layer = 2.01; + icon_state = "stairs-right-bot" }, /turf/simulated/floor/exoplanet/konyang/no_edge, /area/point_verdant/outdoors) @@ -6523,7 +6532,7 @@ /obj/structure/konyang_cliff{ icon_state = "innercorner3" }, -/turf/simulated/floor/exoplanet/water/shallow/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, /area/point_verdant/outdoors) "rG" = ( /obj/effect/decal/cleanable/dirt, @@ -6543,13 +6552,6 @@ }, /turf/simulated/floor/concrete, /area/point_verdant/outdoors) -"rJ" = ( -/obj/structure/stairs/urban/road_ramp/left{ - dir = 8; - pixel_y = 29 - }, -/turf/simulated/floor/asphalt, -/area/point_verdant/outdoors) "rK" = ( /obj/structure/table/steel, /obj/item/storage/overloader/classic{ @@ -6672,13 +6674,15 @@ /turf/simulated/floor/sidewalk/paved, /area/point_verdant/outdoors) "sa" = ( +/obj/structure/ledge{ + dir = 4 + }, /obj/structure/konyang_cliff{ - icon_state = "innercorner2" + icon_state = "cliff-west"; + layer = 2.5; + density = 0 }, -/obj/structure/chainlink_fence{ - dir = 8 - }, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/outdoors) "sb" = ( /obj/effect/decal/road_marking{ @@ -6771,7 +6775,6 @@ /turf/simulated/floor/wood, /area/point_verdant/interior/cafe) "sp" = ( -/obj/structure/closet/secure_closet/personal/cabinet, /obj/item/towel, /obj/item/towel, /obj/item/towel, @@ -6781,6 +6784,7 @@ /obj/machinery/light/small{ dir = 4 }, +/obj/structure/closet/cabinet, /turf/simulated/floor/carpet/magenta, /area/point_verdant/interior/hotel) "sq" = ( @@ -6818,7 +6822,8 @@ "st" = ( /obj/effect/decal/exterior_stairs/left{ dir = 4; - layer = 2.01 + layer = 2.01; + icon_state = "stairs-right-bot" }, /turf/simulated/floor/sidewalk/flat, /area/point_verdant/outdoors) @@ -6997,7 +7002,7 @@ layer = 2.5; density = 0 }, -/turf/simulated/floor/exoplanet/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, /area/point_verdant/outdoors) "sU" = ( /obj/structure/dam{ @@ -7372,7 +7377,8 @@ dir = 8 }, /obj/effect/decal/exterior_stairs/right{ - dir = 8 + dir = 8; + icon_state = "stairs-left" }, /obj/structure/rod_railing, /obj/structure/konyang_cliff{ @@ -7435,13 +7441,14 @@ /turf/simulated/floor/wood, /area/point_verdant/interior/bar) "uc" = ( -/obj/effect/decal/exterior_stairs/center{ - dir = 4 - }, /obj/structure/rod_railing{ name = "imposing rod railing"; layer = 9.1 }, +/obj/effect/decal/exterior_stairs/left{ + dir = 4; + icon_state = "stairs-right" + }, /turf/simulated/floor/sidewalk/paved, /area/point_verdant/interior/shallow) "ud" = ( @@ -7810,9 +7817,9 @@ /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) "uW" = ( -/obj/effect/decal/exterior_stairs/left{ +/obj/effect/decal/exterior_stairs/right{ dir = 4; - icon_state = "stairs-right" + icon_state = "stairs-right-top" }, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) @@ -7956,12 +7963,8 @@ /obj/effect/decal/road_marking/incline{ pixel_y = 13 }, -/obj/structure/stairs/urban/road_ramp/right{ - dir = 8 - }, /obj/structure/stairs/urban/road_ramp/left{ - dir = 8; - pixel_y = 29 + icon_state = "road-ramp-left" }, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) @@ -8107,7 +8110,7 @@ /turf/simulated/floor/wood, /area/point_verdant/interior/cafe) "vL" = ( -/obj/effect/decal/exterior_stairs/left, +/obj/effect/decal/exterior_stairs/center, /turf/simulated/floor/sidewalk/paved, /area/point_verdant/interior/shallow) "vM" = ( @@ -8396,9 +8399,8 @@ /turf/simulated/floor/tiled, /area/point_verdant/interior/police) "ws" = ( -/obj/structure/stairs/urban{ - dir = 4; - icon_state = "stairs-right" +/obj/structure/stairs/urban/right{ + icon_state = "stairs-right-top" }, /turf/simulated/floor/sidewalk, /area/point_verdant/outdoors) @@ -8625,10 +8627,10 @@ /turf/simulated/floor/tiled/white, /area/point_verdant/interior/laundromat) "xe" = ( -/obj/effect/decal/exterior_stairs/left, /obj/structure/rod_railing{ dir = 8 }, +/obj/effect/decal/exterior_stairs/center, /turf/simulated/floor/sidewalk/paved, /area/point_verdant/outdoors) "xf" = ( @@ -8934,7 +8936,7 @@ dir = 4; pixel_y = 0 }, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, /area/point_verdant/water) "xT" = ( /obj/machinery/door/urban, @@ -9082,7 +9084,7 @@ /obj/structure/rod_railing, /obj/effect/decal/exterior_stairs/left{ dir = 4; - layer = 2.01 + icon_state = "stairs-right" }, /turf/simulated/floor/sidewalk/flat, /area/point_verdant/outdoors) @@ -10392,7 +10394,8 @@ /area/point_verdant/interior/police) "Bv" = ( /obj/effect/decal/exterior_stairs/left{ - dir = 8 + dir = 8; + icon_state = "stairs-left-top" }, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) @@ -10765,12 +10768,13 @@ /turf/simulated/floor/tiled/white, /area/point_verdant/interior/pharmacy) "CB" = ( -/obj/effect/decal/exterior_stairs/center{ - dir = 4 - }, /obj/structure/ledge, /obj/structure/rope_post, /obj/structure/rope_railing, +/obj/effect/decal/exterior_stairs/left{ + dir = 4; + icon_state = "stairs-right" + }, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) "CD" = ( @@ -11068,12 +11072,6 @@ /obj/random/dirt_75, /turf/simulated/floor/wood, /area/point_verdant/interior/cafe) -"Do" = ( -/obj/structure/stairs/urban/road_ramp/right{ - dir = 4 - }, -/turf/simulated/floor/asphalt, -/area/point_verdant/outdoors) "Dr" = ( /obj/structure/table/wood, /obj/item/device/flashlight/lamp/green{ @@ -11098,7 +11096,7 @@ /obj/structure/ledge/quarter{ dir = 1 }, -/turf/simulated/floor/exoplanet/water/shallow/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, /area/point_verdant/water) "Du" = ( /obj/structure/table/rack/retail_shelf, @@ -11352,7 +11350,8 @@ dir = 1 }, /obj/effect/decal/exterior_stairs/right{ - dir = 4 + dir = 4; + icon_state = "stairs-right-top" }, /turf/simulated/floor/sidewalk/flat, /area/point_verdant/outdoors) @@ -12092,7 +12091,7 @@ layer = 2.5; density = 0 }, -/turf/simulated/floor/exoplanet/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, /area/point_verdant/outdoors) "Gb" = ( /obj/structure/table/wood, @@ -12944,7 +12943,8 @@ "Ik" = ( /obj/effect/decal/exterior_stairs/left{ dir = 4; - layer = 2.01 + layer = 2.01; + icon_state = "stairs-right-bot" }, /turf/simulated/floor/sidewalk, /area/point_verdant/outdoors) @@ -13068,6 +13068,13 @@ }, /turf/simulated/floor/tiled, /area/point_verdant/interior/offices) +"IC" = ( +/obj/effect/decal/exterior_stairs/left{ + dir = 8; + icon_state = "stairs-left-top" + }, +/turf/simulated/floor/sidewalk/paved, +/area/point_verdant/interior/shallow) "ID" = ( /obj/structure/road_sign/pedestrian{ pixel_x = -1; @@ -13858,8 +13865,10 @@ /turf/simulated/floor/wood, /area/point_verdant/interior/streetvendor) "KM" = ( -/obj/effect/decal/exterior_stairs/right{ - dir = 8 +/obj/effect/decal/exterior_stairs/left{ + dir = 4; + layer = 2.01; + icon_state = "stairs-left-bot" }, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) @@ -14057,6 +14066,10 @@ }, /turf/simulated/floor/wood, /area/point_verdant/interior/spaceport) +"Ln" = ( +/obj/structure/konyang_cliff, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, +/area/point_verdant/outdoors) "Lo" = ( /obj/structure/flora/rock/konyang/water, /obj/structure/flora/bush/konyang_reeds/water, @@ -14127,7 +14140,8 @@ /area/point_verdant/interior/shallow) "LC" = ( /obj/effect/decal/exterior_stairs/left{ - dir = 8 + dir = 8; + icon_state = "stairs-left-top" }, /turf/simulated/floor/sidewalk, /area/point_verdant/outdoors) @@ -14233,7 +14247,8 @@ /area/point_verdant/interior/bar) "LU" = ( /obj/effect/decal/exterior_stairs/left{ - dir = 8 + dir = 8; + icon_state = "stairs-left-top" }, /turf/simulated/floor/sidewalk/flat, /area/point_verdant/interior/shallow) @@ -14515,13 +14530,11 @@ /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) "ML" = ( -/obj/structure/stairs/urban/road_ramp/right{ - dir = 4 - }, /obj/effect/decal/road_marking/incline/center{ pixel_y = -17; dir = 1 }, +/obj/structure/stairs/urban/road_ramp/right, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) "MM" = ( @@ -14665,7 +14678,8 @@ dir = 9 }, /obj/effect/decal/exterior_stairs/left{ - dir = 8 + dir = 8; + icon_state = "stairs-left-top" }, /turf/simulated/floor/concrete, /area/point_verdant/outdoors) @@ -14777,10 +14791,10 @@ /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) "Nq" = ( -/obj/effect/decal/exterior_stairs/right, /obj/structure/rod_railing{ dir = 4 }, +/obj/effect/decal/exterior_stairs/center, /turf/simulated/floor/sidewalk/paved, /area/point_verdant/outdoors) "Nr" = ( @@ -14816,7 +14830,7 @@ /obj/structure/konyang_cliff{ icon_state = "innercorner4" }, -/turf/simulated/floor/exoplanet/water/shallow/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, /area/point_verdant/outdoors) "Nv" = ( /turf/unsimulated/mineral/konyang, @@ -15045,7 +15059,7 @@ name = "imposing rod railing"; layer = 9.1 }, -/turf/simulated/floor/exoplanet/water/shallow/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, /area/point_verdant/outdoors) "Oc" = ( /obj/structure/table/standard, @@ -16275,6 +16289,13 @@ }, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) +"QT" = ( +/obj/structure/konyang_cliff, +/obj/structure/ledge{ + dir = 4 + }, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, +/area/point_verdant/outdoors) "QV" = ( /obj/structure/restaurant_menu, /turf/simulated/floor/sidewalk/flat, @@ -16390,7 +16411,7 @@ /obj/structure/road_barrier{ dir = 4 }, -/turf/simulated/floor/exoplanet/water/shallow/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, /area/point_verdant/outdoors) "Rt" = ( /obj/effect/decal/road_marking{ @@ -16426,7 +16447,8 @@ /area/point_verdant/outdoors) "Rx" = ( /obj/effect/decal/exterior_stairs/right{ - dir = 4 + dir = 4; + icon_state = "stairs-right-top" }, /turf/simulated/floor/sidewalk/flat, /area/point_verdant/outdoors) @@ -16918,11 +16940,16 @@ /turf/simulated/floor/sidewalk, /area/point_verdant/outdoors) "SQ" = ( -/obj/structure/stairs/urban, +/obj/structure/stairs/urban/south, /turf/simulated/floor/concrete, /area/point_verdant/interior/shallow) "SS" = ( /obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = 26; + pixel_x = -21 + }, /turf/simulated/floor/wood, /area/point_verdant/interior/streetvendor) "ST" = ( @@ -16990,9 +17017,8 @@ /turf/simulated/floor/sidewalk/flat, /area/point_verdant/outdoors) "Tb" = ( -/obj/structure/stairs/urban{ - dir = 8; - icon_state = "stairs-left" +/obj/structure/stairs/urban/left{ + icon_state = "stairs-left-top" }, /turf/simulated/floor/sidewalk, /area/point_verdant/outdoors) @@ -17029,7 +17055,7 @@ name = "imposing rod railing"; layer = 9.1 }, -/turf/simulated/floor/exoplanet/water/shallow/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, /area/point_verdant/outdoors) "Tg" = ( /obj/random/dirt_75, @@ -17316,7 +17342,6 @@ /turf/simulated/floor/tiled/full, /area/point_verdant/interior/offices) "TU" = ( -/obj/structure/closet/secure_closet/personal/cabinet, /obj/item/towel, /obj/item/towel, /obj/item/towel, @@ -17327,6 +17352,7 @@ dir = 4 }, /obj/random/dirt_75, +/obj/structure/closet/cabinet, /turf/simulated/floor/carpet/purple, /area/point_verdant/interior/hotel) "TV" = ( @@ -17428,7 +17454,7 @@ /obj/structure/road_barrier/bot_in{ dir = 4 }, -/turf/simulated/floor/exoplanet/water/shallow/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, /area/point_verdant/outdoors) "Uk" = ( /obj/structure/window/urban{ @@ -17524,6 +17550,12 @@ }, /turf/simulated/floor/reinforced, /area/point_verdant/interior/robotics) +"Uy" = ( +/obj/structure/konyang_cliff{ + icon_state = "topcorner_west" + }, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, +/area/point_verdant/outdoors) "Uz" = ( /obj/structure/closet/cabinet, /obj/effect/floor_decal/spline/fancy/wood{ @@ -17553,7 +17585,7 @@ /obj/structure/ledge{ dir = 1 }, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang/no_smooth, /area/point_verdant/water) "UE" = ( /obj/effect/decal/road_marking, @@ -18276,7 +18308,8 @@ /obj/structure/rope_post, /obj/structure/rope_railing, /obj/effect/decal/exterior_stairs/right{ - dir = 4 + dir = 4; + icon_state = "stairs-right-top" }, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) @@ -18524,7 +18557,7 @@ /obj/structure/chainlink_fence{ dir = 8 }, -/turf/simulated/floor/exoplanet/water/konyang, +/turf/simulated/floor/exoplanet/water/shallow/konyang, /area/point_verdant/water) "Xi" = ( /obj/structure/coatrack{ @@ -19177,9 +19210,8 @@ /turf/simulated/floor/tiled/full, /area/point_verdant/interior/offices) "Za" = ( -/obj/structure/stairs/urban{ - dir = 4; - icon_state = "stairs-left" +/obj/structure/stairs/urban/right{ + icon_state = "stairs-right-bot" }, /turf/simulated/floor/sidewalk, /area/point_verdant/outdoors) @@ -19232,10 +19264,7 @@ /obj/effect/decal/road_marking/incline/center{ pixel_y = -17 }, -/obj/structure/stairs/urban/road_ramp/left{ - dir = 8; - pixel_y = 29 - }, +/obj/structure/stairs/urban/road_ramp/left, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) "Zh" = ( @@ -19373,8 +19402,9 @@ /turf/simulated/floor/tiled, /area/point_verdant/interior/offices) "ZB" = ( -/obj/effect/decal/exterior_stairs/center{ - dir = 8 +/obj/effect/decal/exterior_stairs/left{ + dir = 4; + layer = 2.01 }, /turf/simulated/floor/sidewalk/flat, /area/point_verdant/interior/shallow) @@ -19415,8 +19445,9 @@ /turf/simulated/floor/carpet/red, /area/point_verdant/interior/hotel) "ZH" = ( -/obj/effect/decal/exterior_stairs/center{ - dir = 8 +/obj/effect/decal/exterior_stairs/left{ + dir = 4; + layer = 2.01 }, /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) @@ -24274,7 +24305,7 @@ iL PQ iL dd -Wj +UD EQ cf cf @@ -24531,7 +24562,7 @@ iL PQ iL RK -Wj +UD FM MA MA @@ -25045,7 +25076,7 @@ iL PQ iL RK -Wj +UD ia az az @@ -25816,7 +25847,7 @@ iL PQ iL RK -Wj +UD ia az MA @@ -26073,7 +26104,7 @@ iL PQ iL dd -Wj +UD FM MA MA @@ -29154,8 +29185,8 @@ ws Za gB ML -Do -Do +iN +iN fc Dv fm @@ -32020,12 +32051,12 @@ YW fS YW qX -kz -YW -YW -YW -fS -wX +qX +lG +lG +lG +KR +US Zq MA MA @@ -32282,7 +32313,7 @@ UK UK UK UK -Dv +Ln fm MA wK @@ -32539,7 +32570,7 @@ pB Px Px UK -Dv +Ln Dz ps lL @@ -32796,7 +32827,7 @@ nA Px Px UK -Dv +Ln fm MA az @@ -33053,7 +33084,7 @@ pB Px Px UK -Dv +Ln Dz MA az @@ -33310,7 +33341,7 @@ BL Pj tH UK -Dv +Ln fm az lL @@ -33567,7 +33598,7 @@ jB HY yM UK -Dv +Ln fm az az @@ -33824,7 +33855,7 @@ UK xi fT UK -Dv +Ln Dz dY MA @@ -34081,7 +34112,7 @@ Gs ve Ja Kh -Dv +Ln fm MA MA @@ -34340,7 +34371,7 @@ OC ot rF Nu -bD +Ga Ga Ga Ga @@ -35063,10 +35094,10 @@ GJ ll Tb em -rJ +kx Zg -rJ -rJ +qn +qn vt ur Dz @@ -35295,6 +35326,16 @@ Sf Sf Sf Sf +xy +xy +xy +xy +xy +xy +xy +xy +xy +xy Sf Sf Sf @@ -35304,19 +35345,9 @@ Sf Sf Sf Sf -Sf -Sf -Sf -Sf -Sf -Sf -Sf -Sf -Sf -Sf -Sf -Sf -Sf +xy +xy +xy mw BT BT @@ -36339,12 +36370,12 @@ az az az MA -PG -YW -YW -YW -YW -YW +Uy +lG +lG +lG +lG +lG Ob BT iz @@ -41512,7 +41543,7 @@ fG BT uO At -aj +nG Oe uO OE @@ -44287,8 +44318,8 @@ od Al Al RU -jf -By +Xt +On xy xy xy @@ -44544,8 +44575,8 @@ od Al Al bX -ur -Dz +JN +Di MA Mw az @@ -44801,8 +44832,8 @@ xu Al Al ut -Dv -fm +Ln +Dx MA MA az @@ -45058,8 +45089,8 @@ xu Oq Oq bX -ur -Dz +JN +Di MA az az @@ -45315,8 +45346,8 @@ xu Al Oq bX -ur -Dz +JN +Di MA az az @@ -45572,8 +45603,8 @@ xu Al Oq bX -ur -Dz +JN +Di MA Lo lL @@ -45829,8 +45860,8 @@ xu Oq Oq bX -ur -fm +JN +Dx MA wK lL @@ -46086,8 +46117,8 @@ Al Al Al bX -ur -Dz +JN +Di MA wK az @@ -46343,8 +46374,8 @@ Al Al Al ut -ur -Dz +JN +Di MA wK az @@ -46436,13 +46467,13 @@ Nc Hb Dz wK -az -lL -lL -az -az -az -az +MA +wK +wK +MA +MA +MA +MA oy BT BT @@ -46600,8 +46631,8 @@ xu Al BP bX -ur -Dz +JN +Di MA lL az @@ -46693,12 +46724,12 @@ Nc ph fm wK -az -az -lL -az -az -az +MA +MA +wK +MA +MA +MA MA oy BT @@ -46857,8 +46888,8 @@ xu Al Al bX -ur -Dz +JN +Di MA Mw az @@ -46949,19 +46980,19 @@ WD iH MF es -gO -gO -gO -gO -gO -gO -gO -gO +sa +sa +sa +sa +sa +sa +sa +sa tw QX mk -Cy -Cy +hK +hK Ik Ox KX @@ -47114,8 +47145,8 @@ xu Al Al bX -ur -Dz +JN +Di MA MA lL @@ -47371,8 +47402,8 @@ Al Al Al bX -ur -Dz +JN +Di MA az lL @@ -47628,8 +47659,8 @@ Al Al Al bX -Dv -fm +Ln +Dx MA az lL @@ -47699,7 +47730,7 @@ Fq Ir od Rx -hK +yl RT su wz @@ -47885,8 +47916,8 @@ xu Al Al ut -ur -Dz +JN +Di MA az eT @@ -48142,8 +48173,8 @@ xu Al Al bX -ur -Dz +JN +Di MA az lL @@ -48399,8 +48430,8 @@ xu Al Oq bX -ur -Dz +JN +Di MA MA cQ @@ -48656,8 +48687,8 @@ xu Oq Oq bX -ur -Dz +JN +Di MA MA cQ @@ -48913,8 +48944,8 @@ Oq Oq Oq bX -ur -Dz +JN +Di MA MA az @@ -49170,8 +49201,8 @@ Oq Oq Oq bX -ur -fm +JN +Dx MA MA az @@ -49427,8 +49458,8 @@ xu Oq Al bX -ur -Dz +JN +Di MA MA az @@ -49684,8 +49715,8 @@ xu Al Al ut -ur -Dz +JN +Di MA MA az @@ -49941,8 +49972,8 @@ xu Al Al bX -ur -Dz +JN +Di MA MA az @@ -50198,8 +50229,8 @@ xu Al Al bX -ur -Dz +JN +Di MA MA MA @@ -50455,8 +50486,8 @@ Al Al Al bX -ur -Dz +JN +Di MA MA MA @@ -50712,8 +50743,8 @@ xu Al Al bX -ur -fm +JN +Dx MA MA MA @@ -50969,8 +51000,8 @@ xu Al Al bX -ur -Dz +JN +Di MA MA MA @@ -51226,20 +51257,20 @@ xu xu Oq bX -ur -Dz +JN +Di Mw MA MA Xh -sa -sa -sa -sa -sa -sa -sa -sa +YP +YP +YP +YP +YP +YP +YP +YP YP YP YP @@ -51458,13 +51489,13 @@ cf cf cf cf -MA -az -az -az -az -wK -wL +tq +tq +tq +tq +tq +tr +YD Zc Al Oq @@ -51483,8 +51514,8 @@ Al xu Oq Qx -ur -Dz +JN +Di MA wK wK @@ -51496,7 +51527,7 @@ az az az az -az +MA wK wK MA @@ -51721,7 +51752,7 @@ lL az MA wK -wL +YD jq BP Al @@ -51740,8 +51771,8 @@ xu xu Oq Qx -ur -Dz +JN +Di MA wK wK @@ -51972,13 +52003,13 @@ cf cf cf cf -MA +tq az lL az MA MA -wL +YD Zc Oq Al @@ -51997,8 +52028,8 @@ xu Al Al Qx -ur -Dz +JN +Di MA wK wK @@ -52229,13 +52260,13 @@ cf cf cf cf -az +tq az lL az MA MA -wL +YD Zc Al Al @@ -52254,8 +52285,8 @@ Al Al Al Qx -ur -Dz +JN +Di MA MA az @@ -52331,7 +52362,7 @@ su SQ vJ vJ -yQ +kz im kt kt @@ -52486,13 +52517,13 @@ cf cf cf cf -az +tq az az MA Mw MA -wL +YD Zc Al Oq @@ -52511,8 +52542,8 @@ xu Oq Al Qx -ur -Dz +JN +Di MA MA az @@ -52588,7 +52619,7 @@ su SQ vJ vJ -yQ +kz KH Bz Bz @@ -52743,13 +52774,13 @@ cf cf cf cf -az +tq az az MA MA wK -wL +YD Zc Oq BP @@ -52768,8 +52799,8 @@ xu Oq Al bX -ur -Dz +JN +Di MA MA az @@ -53000,13 +53031,13 @@ cf cf cf cf -az +tq lL az MA MA wK -wL +YD Zc Al Al @@ -53025,8 +53056,8 @@ xu Oq Oq bX -ur -Dz +JN +Di MA MA az @@ -53125,7 +53156,7 @@ vJ vJ vJ vJ -fB +IC fB gh fs @@ -53257,13 +53288,13 @@ cf cf cf cf -az +tq lL az az MA wK -wL +YD jq Al Al @@ -53282,8 +53313,8 @@ xu Al Oq bX -ur -Dz +JN +Di MA MA az @@ -53514,13 +53545,13 @@ cf cf cf cf -az +tq lL ps az MA MA -wL +YD Zc Oq Al @@ -53539,8 +53570,8 @@ xu Al Oq bX -ur -Dz +JN +Di MA MA az @@ -53771,13 +53802,13 @@ cf cf cf cf -az -az -az -az -az -MA -wL +tq +tq +tq +tq +tq +tq +YD SI Oq Al @@ -53796,8 +53827,8 @@ xu Al Fr bX -ur -Dz +JN +Di MA MA Mw @@ -54053,8 +54084,8 @@ xu Al Al bX -ur -Dz +JN +Di MA MA MA @@ -54310,8 +54341,8 @@ od Al Oq bX -ur -Dz +JN +Di MA MA MA @@ -54567,8 +54598,8 @@ od oH Oq bX -ur -Dz +JN +Di MA wK wK @@ -54824,8 +54855,8 @@ od Al Al bX -ur -Dz +JN +Di MA wK wK @@ -55081,7 +55112,7 @@ od od od wx -Mr +QT Ri qz qz @@ -58242,7 +58273,7 @@ IL SQ vJ vJ -yQ +kz Eo Eo uz @@ -58499,7 +58530,7 @@ IL SQ vJ vJ -yQ +kz Eo Eo uz diff --git a/maps/away/away_site/konyang/point_verdant/point_verdant-3.dmm b/maps/away/away_site/konyang/point_verdant/point_verdant-3.dmm index b4ff71146b5..85dccc63b2f 100644 --- a/maps/away/away_site/konyang/point_verdant/point_verdant-3.dmm +++ b/maps/away/away_site/konyang/point_verdant/point_verdant-3.dmm @@ -594,7 +594,6 @@ /turf/simulated/floor/tiled, /area/point_verdant/interior/robotics) "eu" = ( -/obj/structure/closet/secure_closet/personal/cabinet, /obj/item/towel, /obj/item/towel, /obj/item/towel, @@ -605,6 +604,7 @@ dir = 8 }, /obj/random/dirt_75, +/obj/structure/closet/cabinet, /turf/simulated/floor/carpet/orange, /area/point_verdant/interior/hotel) "ev" = ( @@ -735,17 +735,6 @@ /obj/structure/undies_wardrobe, /turf/simulated/floor/wood, /area/point_verdant/interior/arcade) -"fr" = ( -/obj/structure/rod_railing{ - name = "imposing rod railing"; - layer = 9.1; - dir = 8 - }, -/obj/structure/road_barrier/bot_end{ - dir = 1 - }, -/turf/simulated/floor/sidewalk, -/area/point_verdant/outdoors) "fs" = ( /obj/structure/table/wood, /obj/item/towel{ @@ -1209,11 +1198,6 @@ /obj/item/device/paicard, /turf/simulated/floor/lino, /area/point_verdant/interior/restaurant) -"iC" = ( -/obj/effect/decal/exterior_stairs/left, -/obj/effect/decal/exterior_stairs/center, -/turf/simulated/floor/asphalt, -/area/point_verdant/outdoors) "iJ" = ( /obj/machinery/door/urban, /turf/simulated/floor/wood, @@ -2071,7 +2055,6 @@ /turf/simulated/floor/wood, /area/point_verdant/interior/laundromat) "qK" = ( -/obj/structure/closet/secure_closet/personal/cabinet, /obj/item/towel, /obj/item/towel, /obj/item/towel, @@ -2082,6 +2065,7 @@ dir = 4 }, /obj/item/storage/box/fancy/cigarettes/dromedaryco, +/obj/structure/closet/cabinet, /turf/simulated/floor/carpet/magenta, /area/point_verdant/interior/hotel) "qO" = ( @@ -2142,7 +2126,6 @@ /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) "ri" = ( -/obj/structure/closet/secure_closet/personal/cabinet, /obj/item/towel, /obj/item/towel, /obj/item/towel, @@ -2152,6 +2135,7 @@ /obj/machinery/light/small{ dir = 4 }, +/obj/structure/closet/cabinet, /turf/simulated/floor/carpet/lightblue, /area/point_verdant/interior/hotel) "rj" = ( @@ -2916,9 +2900,6 @@ pixel_x = 12; pixel_y = 24 }, -/turf/simulated/floor/sidewalk, -/area/point_verdant/outdoors) -"xk" = ( /obj/structure/road_barrier, /turf/simulated/floor/sidewalk, /area/point_verdant/outdoors) @@ -3034,7 +3015,6 @@ /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) "yG" = ( -/obj/structure/closet/secure_closet/personal/cabinet, /obj/item/towel, /obj/item/towel, /obj/item/towel, @@ -3045,6 +3025,7 @@ dir = 4 }, /obj/random/dirt_75, +/obj/structure/closet/cabinet, /turf/simulated/floor/carpet, /area/point_verdant/interior/hotel) "yJ" = ( @@ -3382,7 +3363,6 @@ /turf/simulated/open, /area/point_verdant/outdoors) "Bn" = ( -/obj/structure/closet/secure_closet/personal/cabinet, /obj/item/towel, /obj/item/towel, /obj/item/towel, @@ -3393,6 +3373,7 @@ dir = 4 }, /obj/random/dirt_75, +/obj/structure/closet/cabinet, /turf/simulated/floor/carpet/darkblue, /area/point_verdant/interior/hotel) "Bp" = ( @@ -5236,10 +5217,6 @@ }, /turf/simulated/floor/roofing_tiles, /area/point_verdant/outdoors) -"OG" = ( -/obj/effect/decal/exterior_stairs/right, -/turf/simulated/floor/asphalt, -/area/point_verdant/outdoors) "OI" = ( /obj/structure/ledge/roof{ dir = 9 @@ -6108,10 +6085,6 @@ /obj/structure/closet/crate/secure/large, /turf/simulated/floor/asphalt, /area/point_verdant/interior/shallow) -"VY" = ( -/obj/effect/decal/exterior_stairs/left, -/turf/simulated/floor/asphalt, -/area/point_verdant/outdoors) "We" = ( /obj/machinery/door/urban/glass_sliding/double, /obj/effect/floor_decal/spline/fancy/wood{ @@ -6489,7 +6462,6 @@ /turf/simulated/floor/asphalt, /area/point_verdant/outdoors) "Yu" = ( -/obj/structure/closet/secure_closet/personal/cabinet, /obj/item/towel, /obj/item/towel, /obj/item/towel, @@ -6502,6 +6474,7 @@ /obj/machinery/light/small{ dir = 8 }, +/obj/structure/closet/cabinet, /turf/simulated/floor/carpet/aquablue, /area/point_verdant/interior/hotel) "Yv" = ( @@ -16552,8 +16525,8 @@ fx fx fx fx -fx -fr +hw +Jx rx DD Ni @@ -21691,9 +21664,9 @@ UV DD oe aS -hw -hw Jx +hw +hw rx DD Ni @@ -21950,7 +21923,7 @@ Sy uT xh hw -xk +hw rx DD Ni @@ -22205,14 +22178,14 @@ An An An An -An -An mO Cw Cw Cw Cw Cw +Cw +Cw fb nI Cw @@ -39228,7 +39201,7 @@ DC DC DC DC -VY +gs DD DD DD @@ -39485,7 +39458,7 @@ DC DC DC DC -iC +gs DD DD DD @@ -40256,7 +40229,7 @@ DC DC DC DC -OG +gs DD DD DD @@ -42312,7 +42285,7 @@ oR DC DC DC -VY +gs DD DD DD @@ -42826,7 +42799,7 @@ za DC DC DC -OG +gs DD DD DD @@ -46673,7 +46646,7 @@ pN DC DC DC -VY +gs DD DD DD @@ -46692,7 +46665,7 @@ SU DC DC DC -VY +gs DD DD DD @@ -47187,7 +47160,7 @@ pN DC DC DC -OG +gs DD DD DD @@ -47206,7 +47179,7 @@ SU DC DC DC -OG +gs DD DD DD @@ -48215,7 +48188,7 @@ pN DC DC DC -VY +gs DD DD DD @@ -48234,7 +48207,7 @@ SU DC DC DC -VY +gs DD DD DD @@ -48729,7 +48702,7 @@ pN DC DC DC -OG +gs DD DD DD @@ -48748,7 +48721,7 @@ SU DC DC DC -OG +gs DD DD DD @@ -49757,7 +49730,7 @@ pN DC DC DC -VY +gs DD DD DD @@ -49776,7 +49749,7 @@ SU DC DC DC -VY +gs DD DD DD @@ -50271,7 +50244,7 @@ pN DC DC DC -OG +gs DD DD DD @@ -50290,7 +50263,7 @@ SU DC DC DC -OG +gs DD DD DD