mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Makes blizzards less cold
This commit is contained in:
@@ -195,8 +195,8 @@ datum/weather/sif
|
|||||||
/datum/weather/sif/blizzard
|
/datum/weather/sif/blizzard
|
||||||
name = "blizzard"
|
name = "blizzard"
|
||||||
icon_state = "snowfall_heavy"
|
icon_state = "snowfall_heavy"
|
||||||
temp_high = 233.15 // -40c
|
temp_high = 243.15 // -30c
|
||||||
temp_low = 213.15 // -60c
|
temp_low = 233.15 // -40c
|
||||||
light_modifier = 0.3
|
light_modifier = 0.3
|
||||||
flight_falure_modifier = 10
|
flight_falure_modifier = 10
|
||||||
transition_chances = list(
|
transition_chances = list(
|
||||||
@@ -241,7 +241,7 @@ datum/weather/sif
|
|||||||
name = "storm"
|
name = "storm"
|
||||||
icon_state = "storm"
|
icon_state = "storm"
|
||||||
temp_high = 243.15 // -30c
|
temp_high = 243.15 // -30c
|
||||||
temp_low = 233.15 // -50c
|
temp_low = 233.15 // -40c
|
||||||
light_modifier = 0.3
|
light_modifier = 0.3
|
||||||
flight_falure_modifier = 10
|
flight_falure_modifier = 10
|
||||||
transition_chances = list(
|
transition_chances = list(
|
||||||
|
|||||||
Reference in New Issue
Block a user