Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes uncrowable floor APC in LZ1 for Chances Claim #6139

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions maps/map_files/LV522_Chances_Claim/LV522_Chances_Claim.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -9855,6 +9855,17 @@
/obj/vehicle/train/cargo/engine,
/turf/open/floor/plating,
/area/lv522/landing_zone_1/tunnel)
"evg" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/landmark/lv624/fog_blocker/short,
/obj/structure/machinery/power/apc/weak{
dir = 8
},
/turf/open/floor/prison{
dir = 4;
icon_state = "greenfull"
},
/area/lv522/landing_zone_1/ceiling)
"evu" = (
/obj/structure/tunnel/maint_tunnel{
pixel_y = 6
Expand Down Expand Up @@ -61924,15 +61935,6 @@
icon_state = "marked"
},
/area/lv522/indoors/a_block/fitness)
"xOS" = (
/obj/structure/machinery/power/apc/weak{
dir = 1
},
/obj/effect/landmark/lv624/fog_blocker/short,
/turf/open/asphalt/cement{
icon_state = "cement12"
},
/area/lv522/landing_zone_1)
"xPa" = (
/obj/structure/machinery/conveyor,
/turf/open/floor/plating,
Expand Down Expand Up @@ -66660,7 +66662,7 @@ cpy
tFx
tFx
wnP
rzz
evg
syM
rnT
lBl
Expand Down Expand Up @@ -66889,7 +66891,7 @@ moz
mvP
ggS
tFx
xOS
rnT
lBl
ttT
pkH
Expand Down
Loading