Skip to content

Commit

Permalink
right faction for 1st mission
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon committed Sep 27, 2023
1 parent ed8a552 commit 929645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/gamemodes/campaign.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
. = ..()
for(var/obj/effect/landmark/patrol_point/exit_point AS in GLOB.patrol_point_list) //som 'ship' map is now ground, but this ensures we clean up exit points if this changes in the future
qdel(exit_point)
load_new_mission(new /datum/campaign_mission/destroy_mission/fire_support_raid/som(factions[1])) //this is the 'roundstart' mission
load_new_mission(new /datum/campaign_mission/destroy_mission/fire_support_raid/som(factions[2])) //this is the 'roundstart' mission

for(var/i in stat_list)
var/datum/faction_stats/selected_faction = stat_list[i]
Expand Down

0 comments on commit 929645d

Please sign in to comment.