diff --git a/code/modules/mining/mine_turfs.dm b/code/modules/mining/mine_turfs.dm index 890fed58420..92655047cd0 100644 --- a/code/modules/mining/mine_turfs.dm +++ b/code/modules/mining/mine_turfs.dm @@ -725,6 +725,7 @@ var/list/mineral_can_smooth_with = list( var/digging has_resources = 1 footstep_sound = /singleton/sound_category/asteroid_footstep + does_footprint = TRUE roof_type = null turf_flags = TURF_FLAG_BACKGROUND diff --git a/code/modules/overmap/exoplanets/decor/_turfs.dm b/code/modules/overmap/exoplanets/decor/_turfs.dm index dfee376f093..83316d08d45 100644 --- a/code/modules/overmap/exoplanets/decor/_turfs.dm +++ b/code/modules/overmap/exoplanets/decor/_turfs.dm @@ -10,8 +10,6 @@ footstep_sound = /singleton/sound_category/asteroid_footstep turf_flags = TURF_FLAG_BACKGROUND - does_footprint = TRUE - var/diggable = 1 var/dirt_color = "#7c5e42" var/has_edge_icon = TRUE diff --git a/code/modules/overmap/exoplanets/decor/turfs/barren.dm b/code/modules/overmap/exoplanets/decor/turfs/barren.dm index 4f9510991ca..9aee0401559 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/barren.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/barren.dm @@ -2,6 +2,7 @@ name = "ground" icon = 'icons/turf/flooring/asteroid.dmi' icon_state = "asteroid" + does_footprint = TRUE /turf/simulated/floor/exoplanet/barren/update_icon() overlays.Cut() diff --git a/code/modules/overmap/exoplanets/decor/turfs/carpet.dm b/code/modules/overmap/exoplanets/decor/turfs/carpet.dm index d5850ae26fc..b6304faca48 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/carpet.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/carpet.dm @@ -6,7 +6,6 @@ broken_overlay = "carpet" initial_flooring = /singleton/flooring/carpet footstep_sound = /singleton/sound_category/carpet_footstep - does_footprint = FALSE has_resources = FALSE /turf/simulated/floor/exoplanet/carpet/art diff --git a/code/modules/overmap/exoplanets/decor/turfs/concrete.dm b/code/modules/overmap/exoplanets/decor/turfs/concrete.dm index 8a2b0565397..1392a1a40a7 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/concrete.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/concrete.dm @@ -3,7 +3,6 @@ desc = "Stone-like artificial material." icon = 'icons/turf/flooring/concrete.dmi' icon_state = "concrete0" - does_footprint = FALSE has_resources = FALSE /turf/simulated/floor/exoplanet/concrete/square diff --git a/code/modules/overmap/exoplanets/decor/turfs/crystal.dm b/code/modules/overmap/exoplanets/decor/turfs/crystal.dm index eefad73fce5..3223782b214 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/crystal.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/crystal.dm @@ -4,4 +4,3 @@ icon = 'icons/turf/crystal.dmi' icon_state = "crystal" footstep_sound = /singleton/sound_category/glasscrack_sound - does_footprint = FALSE diff --git a/code/modules/overmap/exoplanets/decor/turfs/diona.dm b/code/modules/overmap/exoplanets/decor/turfs/diona.dm index 9cd87314dca..85c80a6b8a1 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/diona.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/diona.dm @@ -5,4 +5,3 @@ footstep_sound = /singleton/sound_category/grass_footstep initial_flooring = /singleton/flooring/diona has_resources = FALSE - does_footprint = FALSE diff --git a/code/modules/overmap/exoplanets/decor/turfs/foundation.dm b/code/modules/overmap/exoplanets/decor/turfs/foundation.dm index f6eef1540cb..665f6dc8906 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/foundation.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/foundation.dm @@ -4,7 +4,6 @@ icon = 'icons/turf/flooring/urban_turfs.dmi' icon_state = "rust" has_resources = FALSE - does_footprint = FALSE /turf/simulated/floor/exoplanet/foundation/Initialize(mapload) . = ..() diff --git a/code/modules/overmap/exoplanets/decor/turfs/grass.dm b/code/modules/overmap/exoplanets/decor/turfs/grass.dm index 615ed137140..917d05bcbaa 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/grass.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/grass.dm @@ -4,7 +4,6 @@ icon_state = "greygrass" color = "#799c4b" footstep_sound = /singleton/sound_category/grass_footstep - does_footprint = FALSE /turf/simulated/floor/exoplanet/grass/Initialize() . = ..() @@ -40,7 +39,6 @@ color = null has_edge_icon = null footstep_sound = /singleton/sound_category/water_footstep - does_footprint = TRUE /turf/simulated/floor/exoplanet/grass/marsh/Initialize() . = ..() @@ -54,7 +52,6 @@ /turf/simulated/floor/exoplanet/grass/moghes/dirt icon_state = "dirt" color = null - does_footprint = TRUE /turf/simulated/floor/exoplanet/grass/moghes/dirt/beach icon_state = "beach" diff --git a/code/modules/overmap/exoplanets/decor/turfs/ice.dm b/code/modules/overmap/exoplanets/decor/turfs/ice.dm index 08aeb69d8bb..74b66fe4758 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/ice.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/ice.dm @@ -3,7 +3,6 @@ icon = 'icons/turf/flooring/snow.dmi' icon_state = "ice" footprint_color = FALSE - does_footprint = FALSE /turf/simulated/floor/exoplanet/ice/update_icon() return diff --git a/code/modules/overmap/exoplanets/decor/turfs/konyang.dm b/code/modules/overmap/exoplanets/decor/turfs/konyang.dm index 1eca362251e..22ab4189632 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/konyang.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/konyang.dm @@ -3,7 +3,6 @@ icon = 'icons/turf/flooring/exoplanet/konyang.dmi' icon_state = "grass" footstep_sound = /singleton/sound_category/grass_footstep - does_footprint = FALSE /turf/simulated/floor/exoplanet/konyang/no_edge has_edge_icon = FALSE @@ -49,7 +48,6 @@ icon_state = "dirt" layer = 1.99//to let the grass edges go over it, which otherwise doesnt happen due to positioning and byond layering footstep_sound = /singleton/sound_category/asteroid_footstep - does_footprint = FALSE has_edge_icon = FALSE /turf/simulated/floor/exoplanet/dirt_konyang/cave @@ -67,5 +65,4 @@ icon_state = "sand" footstep_sound = /singleton/sound_category/asteroid_footstep smoothing_flags = SMOOTH_FALSE - does_footprint = FALSE has_edge_icon = FALSE diff --git a/code/modules/overmap/exoplanets/decor/turfs/linoleum.dm b/code/modules/overmap/exoplanets/decor/turfs/linoleum.dm index 2d4d3d66315..d17b9c92a5f 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/linoleum.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/linoleum.dm @@ -5,7 +5,6 @@ initial_flooring = /singleton/flooring/linoleum tile_outline = "linoleum" has_resources = FALSE - does_footprint = FALSE /turf/simulated/floor/exoplanet/lino/diamond icon_state = "lino_diamond_preview" diff --git a/code/modules/overmap/exoplanets/decor/turfs/marble.dm b/code/modules/overmap/exoplanets/decor/turfs/marble.dm index 4d090a41aa2..f47e84e8ba0 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/marble.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/marble.dm @@ -5,7 +5,6 @@ initial_flooring = /singleton/flooring/marble color = COLOR_GRAY80 has_resources = FALSE - does_footprint = FALSE /turf/simulated/floor/exoplanet/marble/dark initial_flooring = /singleton/flooring/marble/dark diff --git a/code/modules/overmap/exoplanets/decor/turfs/mineral.dm b/code/modules/overmap/exoplanets/decor/turfs/mineral.dm index daae22bead4..c359a47fa4c 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/mineral.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/mineral.dm @@ -10,7 +10,6 @@ icon_state = "icy_rock" temperature = T0C - 5 has_edge_icon = FALSE - does_footprint = FALSE /turf/simulated/floor/exoplanet/mineral/adhomai/Initialize(mapload) . = ..() diff --git a/code/modules/overmap/exoplanets/decor/turfs/plating.dm b/code/modules/overmap/exoplanets/decor/turfs/plating.dm index fa0d8d6d45c..3a2bdabb584 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/plating.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/plating.dm @@ -4,7 +4,6 @@ icon_state = "plating" footstep_sound = /singleton/sound_category/plating_footstep has_resources = FALSE - does_footprint = FALSE /turf/simulated/floor/exoplanet/plating/asteroid icon_state = "asteroidplating" diff --git a/code/modules/overmap/exoplanets/decor/turfs/sidewalk.dm b/code/modules/overmap/exoplanets/decor/turfs/sidewalk.dm index 2e5045a53c0..9bb5880c923 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/sidewalk.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/sidewalk.dm @@ -4,7 +4,6 @@ icon = 'icons/turf/flooring/urban_turfs.dmi' icon_state = "sidewalk-tile" has_resources = FALSE - does_footprint = FALSE /turf/simulated/floor/exoplanet/sidewalk/blocks name = "blocked sidewalk tiles" diff --git a/code/modules/overmap/exoplanets/decor/turfs/tiled.dm b/code/modules/overmap/exoplanets/decor/turfs/tiled.dm index 47720930801..7601f41e7fb 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/tiled.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/tiled.dm @@ -9,7 +9,6 @@ broken_overlay = "tiled" burned_overlay = "tiled" has_resources = FALSE - does_footprint = FALSE /turf/simulated/floor/exoplanet/tiled/dark name = "plasteel tiles" diff --git a/code/modules/overmap/exoplanets/decor/turfs/water.dm b/code/modules/overmap/exoplanets/decor/turfs/water.dm index f12c8a2f3e2..7fe7e40f7c7 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/water.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/water.dm @@ -1,5 +1,4 @@ /turf/simulated/floor/exoplanet/water - does_footprint = FALSE footstep_sound = /singleton/sound_category/water_footstep movement_cost = 4 has_resources = FALSE diff --git a/code/modules/overmap/exoplanets/decor/turfs/wood.dm b/code/modules/overmap/exoplanets/decor/turfs/wood.dm index 274536e3956..6e80b32a98c 100644 --- a/code/modules/overmap/exoplanets/decor/turfs/wood.dm +++ b/code/modules/overmap/exoplanets/decor/turfs/wood.dm @@ -10,7 +10,6 @@ tile_outline_alpha = 75 color = WOOD_COLOR_GENERIC has_resources = FALSE - does_footprint = FALSE /turf/simulated/floor/exoplanet/wood/bamboo initial_flooring = /singleton/flooring/wood/bamboo diff --git a/html/changelogs/hazelmouse-janitorsaresaved.yml b/html/changelogs/hazelmouse-janitorsaresaved.yml new file mode 100644 index 00000000000..4551376580e --- /dev/null +++ b/html/changelogs/hazelmouse-janitorsaresaved.yml @@ -0,0 +1,58 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: hazelmouse + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - qol: "Exoplanet turfs no longer cause characters to leave footprints, with the exception of mineral asteroid and barren exoplanet turfs."