missing tc adjustment (#22758)

This commit is contained in:
Burzah
2023-10-08 03:41:05 +01:00
committed by GitHub
parent c3568f9ea0
commit 06c3b3925c
2 changed files with 2 additions and 2 deletions
@@ -116,7 +116,7 @@ GLOBAL_VAR_INIT(sent_syndicate_infiltration_team, 0)
// ---------------------------------------------------------------------------------------------------------
/client/proc/create_syndicate_infiltrator(obj/spawn_location, syndicate_leader_selected = 0, uplink_tc = 20, is_mgmt = 0)
/client/proc/create_syndicate_infiltrator(obj/spawn_location, syndicate_leader_selected = 0, uplink_tc = 100, is_mgmt = 0)
var/mob/living/carbon/human/new_syndicate_infiltrator = new(spawn_location.loc)
var/syndicate_infiltrator_name = random_name(pick(MALE,FEMALE))