mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
Moar whitespace normalization [MDB IGNORE] (#7750)
Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user