Job refactor: strings to references and typepaths (#59841)

* Job refactor: strings to references and typepaths
This commit is contained in:
Rohesie
2021-07-18 20:48:47 +02:00
committed by GitHub
parent 21f0c13869
commit 4c21166e4f
214 changed files with 1801 additions and 1287 deletions
@@ -59,7 +59,7 @@
var/mob/living/carbon/human/new_character = allocate(/mob/living/carbon/human)
new_character.mind_initialize()
new_character.mind.assigned_role = "Security Officer"
new_character.mind.set_assigned_role(SSjob.GetJobType(/datum/job/security_officer))
new_player.new_character = new_character
new_player.mock_client = mock_client