Anomalous Weather Part 1 (#8488)

This commit is contained in:
FluffMedic
2024-06-14 02:26:47 -04:00
committed by GitHub
parent 58c85a6905
commit b59cf7a52b
3 changed files with 204 additions and 3 deletions

View File

@@ -173,7 +173,7 @@
/datum/weather
var/name = "weather base"
var/icon = 'icons/effects/weather.dmi'
var/icon = 'modular_chomp/icons/effects/weather.dmi' //ChompEDIT: I am making custom weather and I am not touching upstream.
var/icon_state = null // Icon to apply to turf undergoing weather.
var/temp_high = T20C // Temperature to apply when at noon.
var/temp_low = T0C // Temperature to apply when at midnight.