mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-08 08:23:49 +00:00
Anomalous Weather Update Part 1.5 (#8568)
This commit is contained in:
@@ -144,9 +144,10 @@
|
|||||||
to_chat(H, effect_message)
|
to_chat(H, effect_message)
|
||||||
|
|
||||||
/datum/weather/sif/sandstorm
|
/datum/weather/sif/sandstorm
|
||||||
|
name = "Sandstorm"
|
||||||
icon_state = "sandstorm"
|
icon_state = "sandstorm"
|
||||||
|
temp_low = 293.15
|
||||||
temp_high = 313.15
|
temp_high = 313.15
|
||||||
temp_low = 333.15
|
|
||||||
transition_chances = list(
|
transition_chances = list(
|
||||||
WEATHER_OVERCAST = 100
|
WEATHER_OVERCAST = 100
|
||||||
)
|
)
|
||||||
@@ -180,11 +181,12 @@
|
|||||||
//datum/weather/sif/stupidbrainwantingthingsinfives
|
//datum/weather/sif/stupidbrainwantingthingsinfives
|
||||||
|
|
||||||
/datum/weather/sif/starryrift
|
/datum/weather/sif/starryrift
|
||||||
|
name = "starry skies"
|
||||||
icon_state = "starry_night"
|
icon_state = "starry_night"
|
||||||
light_modifier = 1.5
|
light_modifier = 1.5
|
||||||
|
|
||||||
temp_high = 323.15
|
temp_low = 283.15
|
||||||
temp_low = 343.15
|
temp_high = 303.15
|
||||||
transition_chances = list(
|
transition_chances = list(
|
||||||
WEATHER_OVERCAST = 100
|
WEATHER_OVERCAST = 100
|
||||||
)
|
)
|
||||||
@@ -226,11 +228,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/datum/weather/sif/midnightfog
|
/datum/weather/sif/midnightfog
|
||||||
|
name = "heavy fog"
|
||||||
icon_state = "midnight_fog"
|
icon_state = "midnight_fog"
|
||||||
light_modifier = 0.3
|
light_modifier = 0.3
|
||||||
|
|
||||||
|
temp_low = 283.15
|
||||||
temp_high = 303.15
|
temp_high = 303.15
|
||||||
temp_low = 323.15
|
|
||||||
transition_chances = list(
|
transition_chances = list(
|
||||||
WEATHER_OVERCAST = 100
|
WEATHER_OVERCAST = 100
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user