mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #11035 from VOREStation/upstream-merge-8166
[MIRROR] Cold cavern tileset.
This commit is contained in:
committed by
Chompstation Bot
parent
58f6f5a71a
commit
7ecbc25c97
@@ -243,7 +243,7 @@ var/list/flooring_types
|
|||||||
/decl/flooring/snow
|
/decl/flooring/snow
|
||||||
name = "snow"
|
name = "snow"
|
||||||
desc = "A layer of many tiny bits of frozen water. It's hard to tell how deep it is."
|
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"
|
icon_base = "snow"
|
||||||
footstep_sounds = list("human" = list(
|
footstep_sounds = list("human" = list(
|
||||||
'sound/effects/footstep/snow1.ogg',
|
'sound/effects/footstep/snow1.ogg',
|
||||||
|
|||||||
@@ -390,7 +390,7 @@
|
|||||||
//**** Here lives snow ****
|
//**** Here lives snow ****
|
||||||
/turf/simulated/floor/snow
|
/turf/simulated/floor/snow
|
||||||
name = "snow"
|
name = "snow"
|
||||||
icon = 'icons/turf/snow_new.dmi'
|
icon = 'icons/turf/outdoors.dmi'
|
||||||
icon_state = "snow"
|
icon_state = "snow"
|
||||||
initial_flooring = /decl/flooring/snow
|
initial_flooring = /decl/flooring/snow
|
||||||
var/list/crossed_dirs = list()
|
var/list/crossed_dirs = list()
|
||||||
|
|||||||
@@ -53,6 +53,16 @@
|
|||||||
desc = "Looks slippery."
|
desc = "Looks slippery."
|
||||||
edge_blending_priority = 0
|
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)
|
/turf/simulated/floor/outdoors/ice/Entered(var/mob/living/M)
|
||||||
sleep(1 * world.tick_lag)
|
sleep(1 * world.tick_lag)
|
||||||
if(istype(M, /mob/living))
|
if(istype(M, /mob/living))
|
||||||
|
|||||||
@@ -82,6 +82,30 @@ var/list/mining_overlay_cache = list()
|
|||||||
rock_icon_state = "rock-light"
|
rock_icon_state = "rock-light"
|
||||||
random_icon = 1
|
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
|
/turf/simulated/mineral/ignore_mapgen
|
||||||
ignore_mapgen = 1
|
ignore_mapgen = 1
|
||||||
|
|
||||||
@@ -99,6 +123,10 @@ var/list/mining_overlay_cache = list()
|
|||||||
icon_state = "sand-light"
|
icon_state = "sand-light"
|
||||||
sand_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
|
/turf/simulated/mineral/floor/light_border
|
||||||
icon_state = "sand-light-border"
|
icon_state = "sand-light-border"
|
||||||
sand_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 |
Reference in New Issue
Block a user