Skip to content

Commit

Permalink
New Varadero - though this will likely need to discarded and reapplie…
Browse files Browse the repository at this point in the history
…d whenever map is reworked.
  • Loading branch information
Drulikar committed Jun 8, 2024
1 parent a50f945 commit bb9a7df
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 100 deletions.
3 changes: 3 additions & 0 deletions code/game/area/varadero.dm
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@
is_resin_allowed = FALSE
minimap_color = MINIMAP_AREA_JUNGLE

/area/varadero/exterior/pontoon_beach/lz
is_landing_zone = TRUE

/area/varadero/exterior/eastbeach
name = "New Varadero - East Beach"
is_resin_allowed = FALSE
Expand Down
5 changes: 3 additions & 2 deletions code/game/gamemodes/colonialmarines/colonialmarines.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#define HIJACK_EXPLOSION_COUNT 5
#define MARINE_MAJOR_ROUND_END_DELAY 3 MINUTES
#define MARINE_MAJOR_ROUND_END_DELAY (3 MINUTES)
#define LZ_HAZARD_START (3 MINUTES)

/datum/game_mode/colonialmarines
name = "Distress Signal"
Expand Down Expand Up @@ -121,7 +122,7 @@

addtimer(CALLBACK(src, PROC_REF(ares_online)), 5 SECONDS)
addtimer(CALLBACK(src, PROC_REF(map_announcement)), 20 SECONDS)
addtimer(CALLBACK(src, PROC_REF(start_lz_hazards)), 3 MINUTES)
addtimer(CALLBACK(src, PROC_REF(start_lz_hazards)), LZ_HAZARD_START)

return ..()

Expand Down
Loading

0 comments on commit bb9a7df

Please sign in to comment.