[MIRROR] Traitors now get objectives again (#7922)

* Traitors now get objectives again

* Update code/modules/antagonists/traitor/datum_traitor.dm

* Update datum_traitor.dm

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-09-03 23:07:56 +01:00
committed by GitHub
co-authored by John Willard GoldenAlpharex Gandalf
parent 2424572d6a
commit c06dd67790
@@ -113,8 +113,8 @@
// for(in...to) loops iterate inclusively, so to reach objective_limit we need to loop to objective_limit - 1
// This does not give them 1 fewer objectives than intended.
for(var/i in objective_count to objective_limit - 1)
forge_single_generic_objective()
*/
objectives += forge_single_generic_objective()
*/ //SKYRAT EDIT END
/**
* ## forge_ending_objective