Moar whitespace normalization [MDB IGNORE] (#7750)

Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
Drathek
2024-02-16 10:54:47 +01:00
committed by GitHub
co-authored by Raeschen
parent eecf6bbff9
commit 3995338290
1177 changed files with 550902 additions and 550902 deletions
+16 -16
View File
@@ -1,17 +1,17 @@
/datum/weather/sif/fog
name = "fog"
icon_state = "fog"
wind_high = 1
wind_low = 0
light_modifier = 0.7
temp_high = T0C // 0c
temp_low = 263.15 // -10c
transition_chances = list(
WEATHER_FOG = 35,
WEATHER_CLEAR = 35,
WEATHER_OVERCAST = 15,
WEATHER_LIGHT_SNOW = 10,
WEATHER_RAIN = 5
/datum/weather/sif/fog
name = "fog"
icon_state = "fog"
wind_high = 1
wind_low = 0
light_modifier = 0.7
temp_high = T0C // 0c
temp_low = 263.15 // -10c
transition_chances = list(
WEATHER_FOG = 35,
WEATHER_CLEAR = 35,
WEATHER_OVERCAST = 15,
WEATHER_LIGHT_SNOW = 10,
WEATHER_RAIN = 5
)
@@ -1,45 +1,45 @@
/turf/simulated/floor/outdoors/grass/smokestar
name = "strange moss"
icon = 'modular_chomp/icons/turf/falseplanets.dmi'
icon_state = "moss"
can_dig = TRUE
/*unsure how needed this variable will need to be changed
turf_layers = list(
/turf/simulated/floor/outdoors/rocks,
/turf/simulated/floor/outdoors/dirt
)
*/
grass_chance = 15
animal_chance = 0.1
animal_types = list(
/mob/living/simple_mob/vore/smokestar/drider = 1
)
grass_types = list(
/obj/structure/flora/opalflowers,
/obj/structure/flora/weepinggrass,
/obj/random/outcrop
)
/obj/structure/flora/opalflowers
name = "opal flower"
icon = 'modular_chomp/icons/obj/strangeflora.dmi'
icon_state = "opal"
destroy_on_harvest = TRUE
harvest_tool = /obj/item/weapon/material/knife
randomize_harvest_count = TRUE
harvest_loot = list(/obj/item/stack/material/void_opal = 1)
/obj/structure/flora/weepinggrass
name = "strange grass"
icon = 'modular_chomp/icons/obj/strangeflora.dmi'
icon_state = "weep"
destroy_on_harvest = TRUE
harvest_tool = /obj/item/weapon/material/knife
randomize_harvest_count = TRUE
/turf/simulated/floor/outdoors/grass/smokestar
name = "strange moss"
icon = 'modular_chomp/icons/turf/falseplanets.dmi'
icon_state = "moss"
can_dig = TRUE
/*unsure how needed this variable will need to be changed
turf_layers = list(
/turf/simulated/floor/outdoors/rocks,
/turf/simulated/floor/outdoors/dirt
)
*/
grass_chance = 15
animal_chance = 0.1
animal_types = list(
/mob/living/simple_mob/vore/smokestar/drider = 1
)
grass_types = list(
/obj/structure/flora/opalflowers,
/obj/structure/flora/weepinggrass,
/obj/random/outcrop
)
/obj/structure/flora/opalflowers
name = "opal flower"
icon = 'modular_chomp/icons/obj/strangeflora.dmi'
icon_state = "opal"
destroy_on_harvest = TRUE
harvest_tool = /obj/item/weapon/material/knife
randomize_harvest_count = TRUE
harvest_loot = list(/obj/item/stack/material/void_opal = 1)
/obj/structure/flora/weepinggrass
name = "strange grass"
icon = 'modular_chomp/icons/obj/strangeflora.dmi'
icon_state = "weep"
destroy_on_harvest = TRUE
harvest_tool = /obj/item/weapon/material/knife
randomize_harvest_count = TRUE
harvest_loot = list(/obj/item/stack/material/fiber = 1)