Skip to content

Commit

Permalink
trying tdm jungle again
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon committed Sep 27, 2023
1 parent 9d4fc71 commit ab036fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/datums/gamemodes/campaign/missions/patrol_mission.dm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//basic tdm mission - i.e. combat patrol
/datum/campaign_mission/tdm
name = "Combat patrol"
map_name = "Patrick's Rest"
map_file = '_maps/map_files/Campaign maps/patricks_rest/patricks_rest.dmm'
map_light_colours = list(COLOR_MISSION_RED, COLOR_MISSION_RED, COLOR_MISSION_RED, COLOR_MISSION_RED)
map_light_levels = list(225, 150, 100, 75)
map_name = "Jungle outpost SR-422"
map_file = '_maps/map_files/Campaign maps/jungle_outpost/jungle_outpost.dmm'
map_traits = list(ZTRAIT_AWAY = TRUE, ZTRAIT_RAIN = TRUE)
map_light_colours = list(LIGHT_COLOR_PALE_GREEN, LIGHT_COLOR_PALE_GREEN, LIGHT_COLOR_PALE_GREEN, LIGHT_COLOR_PALE_GREEN)
mission_icon = "combat_patrol"
starting_faction_objective_description = "Major Victory: Wipe out all hostiles in the area of operation. Minor Victory: Eliminate more hostiles than you lose."
hostile_faction_objective_description = "Major Victory: Wipe out all hostiles in the area of operation. Minor Victory: Eliminate more hostiles than you lose."
Expand Down

0 comments on commit ab036fb

Please sign in to comment.