mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
Exoplanet Footprints (#16221)
* Exoplanet Footprints * explodes wildkins with my mind
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
footstep_sound = /singleton/sound_category/asteroid_footstep
|
||||
turf_flags = TURF_FLAG_BACKGROUND
|
||||
flags = null
|
||||
|
||||
does_footprint = TRUE
|
||||
|
||||
var/diggable = 1
|
||||
var/dirt_color = "#7c5e42"
|
||||
var/has_edge_icon = TRUE
|
||||
@@ -49,6 +52,7 @@
|
||||
|
||||
/turf/simulated/floor/exoplanet/Initialize()
|
||||
. = ..()
|
||||
footprint_color = dirt_color
|
||||
update_icon(1)
|
||||
|
||||
/turf/simulated/floor/exoplanet/update_icon(var/update_neighbors)
|
||||
|
||||
@@ -3,3 +3,4 @@
|
||||
desc = "Stone-like artificial material."
|
||||
icon = 'icons/turf/flooring/misc.dmi'
|
||||
icon_state = "concrete"
|
||||
does_footprint = FALSE
|
||||
|
||||
@@ -4,3 +4,4 @@
|
||||
icon = 'icons/turf/crystal.dmi'
|
||||
icon_state = "crystal"
|
||||
footstep_sound = /singleton/sound_category/glasscrack_sound
|
||||
does_footprint = FALSE
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
icon_state = "greygrass"
|
||||
color = "#799c4b"
|
||||
footstep_sound = /singleton/sound_category/grass_footstep
|
||||
does_footprint = FALSE
|
||||
|
||||
/turf/simulated/floor/exoplanet/grass/Initialize()
|
||||
. = ..()
|
||||
@@ -39,6 +40,7 @@
|
||||
color = null
|
||||
has_edge_icon = null
|
||||
footstep_sound = /singleton/sound_category/water_footstep
|
||||
does_footprint = TRUE
|
||||
|
||||
/turf/simulated/floor/exoplanet/grass/marsh/Initialize()
|
||||
. = ..()
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "ice"
|
||||
icon = 'icons/turf/snow.dmi'
|
||||
icon_state = "ice"
|
||||
footprint_color = FALSE
|
||||
|
||||
/turf/simulated/floor/exoplanet/ice/update_icon()
|
||||
return
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
/turf/simulated/floor/exoplanet/water
|
||||
does_footprint = FALSE
|
||||
|
||||
/turf/simulated/floor/exoplanet/water/update_icon()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user