Skip to content

Commit

Permalink
airbridge turfs and walls block foreground parallax (goonstation#22214)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmzeta authored Feb 6, 2025
1 parent 503d5b1 commit a25feaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/turf/turf_drawbridge.dm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
// regular white steel floor for now but a good candidate for new sprites!
icon_state = "airbridge"
name = "airbridge floor"
occlude_foreground_parallax_layers = TRUE

/turf/simulated/wall/airbridge
icon_state = "airbridge"
name = "airbridge wall"
occlude_foreground_parallax_layers = TRUE

0 comments on commit a25feaf

Please sign in to comment.