Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 14, 2024
1 parent 2bf550b commit 5bf27ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 4 additions & 4 deletions code/_onclick/hud/fullscreen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -187,20 +187,20 @@

//Weather overlays//

///atom/movable/screen/fullscreen/weather
/atom/movable/screen/fullscreen/weather
icon_state = "initialize this"
layer = FULLSCREEN_WEATHER_LAYER
appearance_flags = NONE
show_when_dead = TRUE


///atom/movable/screen/fullscreen/weather/low
/atom/movable/screen/fullscreen/weather/low
icon_state = "impairedoverlay1"

///atom/movable/screen/fullscreen/weather/medium
/atom/movable/screen/fullscreen/weather/medium
icon_state = "impairedoverlay2"

///atom/movable/screen/fullscreen/weather/high
/atom/movable/screen/fullscreen/weather/high
icon_state = "impairedoverlay3"

/atom/movable/screen/fullscreen/lighting_backdrop
Expand Down
3 changes: 0 additions & 3 deletions code/datums/weather/weather_events/big_red.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "Duststorm"
display_name = "Duststorm"
length = 10 MINUTES
////fullscreen_type = /atom/movable/screen/fullscreen/weather/low
turf_overlay_icon_state = "bigred_dust"

effect_message = "You feel dust blow into every crevice of your body, annoying."
Expand All @@ -17,7 +16,6 @@
name = "Sandstorm"
display_name = "Sandstorm"
length = 6 MINUTES
////fullscreen_type = /atom/movable/screen/fullscreen/weather/medium
turf_overlay_icon_state = "bigred_sand"

effect_message = "You feel sand scraping the upper layers of your exterior away!"
Expand All @@ -32,7 +30,6 @@
name = "Rockstorm"
display_name = "Rockstorm"
length = 4 MINUTES
////fullscreen_type = /atom/movable/screen/fullscreen/weather/high
turf_overlay_icon_state = "bigred_rocks"

effect_message = "You feel multiple small rocks hit all over your body!"
Expand Down

0 comments on commit 5bf27ba

Please sign in to comment.