Skip to content

Commit

Permalink
Fixes black tiles on lifeboats (#5855)
Browse files Browse the repository at this point in the history
# About the pull request

Caused by #3642

# Explain why it's good for the game
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.
These: 

![image](https://github.com/cmss13-devs/cmss13/assets/5618080/1b32fe0b-3dae-4ada-9639-dd82aac9247d)

Back to these:

![image](https://github.com/cmss13-devs/cmss13/assets/5618080/d6be385f-1dd4-4df2-b5fa-b528756fec21)

</details>


# Changelog
:cl:
fix: Fixes the lifeboat black turfs of Doom
/:cl:
  • Loading branch information
TheGamerdk authored Mar 2, 2024
1 parent 7384f75 commit a7dfa0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion maps/shuttles/lifeboat-port.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@
/area/shuttle/lifeboat)
"Jg" = (
/turf/open/shuttle/escapepod{
icon_state = "floor8"
icon_state = "floor1";
dir = 4
},
/area/shuttle/lifeboat)
"Jw" = (
Expand Down
3 changes: 2 additions & 1 deletion maps/shuttles/lifeboat-starboard.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,8 @@
/area/shuttle/lifeboat)
"VZ" = (
/turf/open/shuttle/escapepod{
icon_state = "floor8"
icon_state = "floor1";
dir = 4
},
/area/shuttle/lifeboat)
"Xj" = (
Expand Down

0 comments on commit a7dfa0a

Please sign in to comment.