Skip to content

Commit

Permalink
Fixed elephant graveyard active turfs (tgstation#85913)
Browse files Browse the repository at this point in the history
## About The Pull Request

3 incorrect plating types caused 100 atmos diff turfs

## Changelog
:cl:
fix: Fixed elephant graveyard active turfs
/:cl:
  • Loading branch information
SmArtKar authored Aug 17, 2024
1 parent 09b3fb7 commit 6242224
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
"zw" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/power/floodlight,
/turf/open/floor/plating/lavaland_baseturf,
/turf/open/floor/plating/lavaland_atmos,
/area/ruin/unpowered/elephant_graveyard)
"zY" = (
/obj/effect/decal/cleanable/blood/drip,
Expand Down Expand Up @@ -683,7 +683,7 @@
/obj/structure/cable,
/obj/machinery/power/floodlight,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating/lavaland_baseturf,
/turf/open/floor/plating/lavaland_atmos,
/area/ruin/unpowered/elephant_graveyard)
"NA" = (
/obj/structure/lattice/catwalk/mining,
Expand Down Expand Up @@ -716,7 +716,7 @@
/obj/structure/cable,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plating/lavaland_baseturf,
/turf/open/floor/plating/lavaland_atmos,
/area/ruin/unpowered/elephant_graveyard)
"Ql" = (
/obj/structure/barricade/wooden,
Expand Down

0 comments on commit 6242224

Please sign in to comment.