Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Zytolg committed Oct 23, 2023
1 parent 47559a2 commit dd1e9fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions _maps/RandomRuins/RockRuins/rockplanet_nomadcrash.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -963,9 +963,7 @@
/turf/open/floor/plating/dirt/jungle/lit,
/area/ruin/rockplanet/nanotrasen)
"CN" = (
/turf/open/floor/plating/asteroid/rockplanet/lit{
icon_state = "stairs"
},
/turf/open/floor/plating/asteroid/rockplanet/stairs,
/area/overmap_encounter/planetoid/rockplanet/explored)
"CT" = (
/obj/effect/turf_decal/weather/dirt/corner,
Expand Down
4 changes: 4 additions & 0 deletions code/game/turfs/open/floor/plating/rockplanet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
name = "exterior plating"
icon_state = "panelscorched"

/turf/open/floor/plating/asteroid/rockplanet/stairs
name = "exterior stairs"
icon_state = "stairs"

/turf/open/floor/plating/asteroid/rockplanet/hull_plating
name = "exterior hull plating"
icon_state = "regular_hull"
Expand Down

0 comments on commit dd1e9fc

Please sign in to comment.