Merge pull request #11035 from VOREStation/upstream-merge-8166

[MIRROR] Cold cavern tileset.
This commit is contained in:
Aronai Sieyes
2021-07-12 02:41:06 -04:00
committed by Chompstation Bot
parent 58f6f5a71a
commit 7ecbc25c97
7 changed files with 40 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ var/list/flooring_types
/decl/flooring/snow
name = "snow"
desc = "A layer of many tiny bits of frozen water. It's hard to tell how deep it is."
icon = 'icons/turf/snow_new.dmi'
icon = 'icons/turf/outdoors.dmi'
icon_base = "snow"
footstep_sounds = list("human" = list(
'sound/effects/footstep/snow1.ogg',

View File

@@ -390,7 +390,7 @@
//**** Here lives snow ****
/turf/simulated/floor/snow
name = "snow"
icon = 'icons/turf/snow_new.dmi'
icon = 'icons/turf/outdoors.dmi'
icon_state = "snow"
initial_flooring = /decl/flooring/snow
var/list/crossed_dirs = list()

View File

@@ -53,6 +53,16 @@
desc = "Looks slippery."
edge_blending_priority = 0
/turf/simulated/floor/outdoors/ice/dark
name = "black ice"
icon_state = "ice_dark"
desc = "An uneven surface of dark rocks glazed over by solid ice. Looks slippey, maybe even painful"
/turf/simulated/floor/outdoors/ice/dark_smooth
name = "smooth black ice"
icon_state = "ice_dark_smooth"
desc = "Dark rock that has been smoothened to be perfectly even. It's coated in a layer of slippey ice"
/turf/simulated/floor/outdoors/ice/Entered(var/mob/living/M)
sleep(1 * world.tick_lag)
if(istype(M, /mob/living))

View File

@@ -82,6 +82,30 @@ var/list/mining_overlay_cache = list()
rock_icon_state = "rock-light"
random_icon = 1
/turf/simulated/mineral/alt
icon_state = "rock-alt"
rock_side_icon_state = "rock_side-alt"
sand_icon_state = "asteroid"
rock_icon_state = "rock-alt"
/turf/simulated/mineral/icey
icon_state = "rock-icey"
rock_side_icon_state = "rock_side-icey"
sand_icon_state = "sand-icey" // to be replaced
rock_icon_state = "rock-icey"
/turf/simulated/mineral/crystal
icon_state = "rock-crystal"
rock_side_icon_state = "rock_side-crystal"
sand_icon_state = "sand-icey" // to be replaced
rock_icon_state = "rock-crystal"
/turf/simulated/mineral/crystal_shiny
icon_state = "rock-crystal-shiny"
rock_side_icon_state = "rock_side-crystal"
sand_icon_state = "sand-icey" // to be replaced
rock_icon_state = "rock-crystal-shiny"
/turf/simulated/mineral/ignore_mapgen
ignore_mapgen = 1
@@ -99,6 +123,10 @@ var/list/mining_overlay_cache = list()
icon_state = "sand-light"
sand_icon_state = "sand-light"
/turf/simulated/mineral/floor/icey
icon_state = "sand-icey"
sand_icon_state = "sand-icey" // to be replaced
/turf/simulated/mineral/floor/light_border
icon_state = "sand-light-border"
sand_icon_state = "sand-light-border"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 61 KiB