Skip to content

Commit

Permalink
Map adjustments, siren changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuvKH committed Jun 27, 2023
1 parent f73a973 commit 737087d
Show file tree
Hide file tree
Showing 4 changed files with 1,822 additions and 1,929 deletions.
6 changes: 3 additions & 3 deletions code/game/area/varadero.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name = "New Varadero - Dropship Alamo Landing Zone"
icon_state = "shuttle"
icon = 'icons/turf/area_varadero.dmi'
lighting_use_dynamic = FALSE
lighting_use_dynamic = TRUE
is_resin_allowed = FALSE
minimap_color = MINIMAP_AREA_LZ

Expand All @@ -26,7 +26,7 @@
name = "New Varadero - Dropship Normandy Landing Zone"
icon_state = "shuttle2"
icon = 'icons/turf/area_varadero.dmi'
lighting_use_dynamic = FALSE
lighting_use_dynamic = TRUE
is_resin_allowed = FALSE
minimap_color = MINIMAP_AREA_LZ

Expand All @@ -35,7 +35,7 @@
/area/varadero/exterior
name = "New Varadero - Exterior"
ceiling = CEILING_NONE
lighting_use_dynamic = FALSE
lighting_use_dynamic = TRUE
ambience_exterior = AMBIENCE_NV
//soundscape_playlist

Expand Down
2 changes: 1 addition & 1 deletion code/game/machinery/storm_siren.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
return

/obj/structure/machinery/storm_siren/proc/weather_warning()
playsound(loc, 'sound/effects/weather_warning_varadero.ogg', 80, 0)
playsound(loc, 'sound/effects/weather_warning_varadero.ogg', 60, 0)
visible_message(SPAN_DANGER("The storm siren blares: ATTENTION. ATTENTION. INCOMING TROPICAL STORM DETECTED. SEEK SHELTER IMMEDIATELY."))
Loading

0 comments on commit 737087d

Please sign in to comment.