mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Anomalous Weather Part 1 (#8488)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user