Skip to content

Commit

Permalink
Merge pull request #1375 from quackjack/revert-1344-xmasmap
Browse files Browse the repository at this point in the history
Xmas map revert PR Followup
  • Loading branch information
izac112 committed Jan 7, 2024
2 parents 92102d3 + 60e1a43 commit 098af2d
Show file tree
Hide file tree
Showing 4 changed files with 768 additions and 343 deletions.
6 changes: 6 additions & 0 deletions code/game/turfs/flooring/flooring_premade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,12 @@
icon_state = "darkmarble"
initial_flooring = /decl/flooring/bmarble

/turf/simulated/floor/fakesprings // YW Addition: I don't care enough to fix catwalk decals, have this hack
name = "Hotsprings"
desc = "A natural hotspring connecting to an aquifer. It seems the facility was built ontop of it."
icon = 'icons/turf/outdoors.dmi'
icon_state = "seashallow"

//ATMOS PREMADES
/turf/simulated/floor/reinforced/airless
name = "vacuum floor"
Expand Down
7 changes: 7 additions & 0 deletions code/game/turfs/simulated/water.dm
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@
under_state = "pool"
outdoors = OUTDOORS_NO

/turf/simulated/floor/water/pool/black // YW Addition
name = "pool"
desc = "Don't worry, it's not closed."
icon = 'icons/turf/outdoors_yw.dmi'
under_state = "poolblack"
outdoors = OUTDOORS_NO

/turf/simulated/floor/water/deep/pool
name = "deep pool"
desc = "Don't worry, it's not closed."
Expand Down
Binary file modified icons/turf/outdoors_yw.dmi
Binary file not shown.
Loading

0 comments on commit 098af2d

Please sign in to comment.