Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Huz2e committed Feb 18, 2025
1 parent 7315e4b commit 91205e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/modules/antagonists/traitor/datum_traitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@
uplink_handler.has_progression = TRUE
SStraitor.register_uplink_handler(uplink_handler)

if(give_secondary_objectives && GLOB.joined_player_list.len >= 25) // MASSMETA EDIT CHANGE: original - if(give_seocndary_objectives)
uplink_handler.has_objectives = TRUE
uplink_handler.generate_objectives()

uplink_handler.can_replace_objectives = CALLBACK(src, PROC_REF(can_change_objectives))
uplink_handler.replace_objectives = CALLBACK(src, PROC_REF(submit_player_objective))

Expand Down

0 comments on commit 91205e3

Please sign in to comment.