Skip to content

Commit

Permalink
Varadero Weather Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sunofang committed Aug 25, 2024
1 parent 0e84635 commit 1736fd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions code/datums/weather/weather_events/new_varadero.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,12 @@
name = "Tropical Storm"
display_name = "Tropical Storm"
length = 4 MINUTES
fullscreen_type = /atom/movable/screen/fullscreen/weather/low

turf_overlay_icon_state = "strata_storm"
turf_overlay_alpha = 40

effect_message = null
damage_per_tick = 0

has_process = TRUE
lightning_chance = 1

ambience = 'sound/ambience/rainforest.ogg'

fire_smothering_strength = 1

/datum/weather_event/monsoon
name = "Monsoon Warning"
display_name = "Monsoon Warning"
Expand Down
2 changes: 1 addition & 1 deletion code/datums/weather/weather_map_holders/new_varadero.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
no_weather_turf_icon_state = "strata_clearsky"

potential_weather_events = list(
/datum/weather_event/light_rain,
/datum/weather_event/light_rain/varadero,
/datum/weather_event/monsoon,
)

Expand Down

0 comments on commit 1736fd4

Please sign in to comment.