mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
/datum/weather_holder
|
|
var/firework_override = FALSE
|
|
|
|
/datum/weather_holder/update_icon_effects()
|
|
..()
|
|
if(current_weather.icon)
|
|
visuals.icon = current_weather.icon |