diff --git a/code/WorkInProgress/ZomgPonies/karma.dm b/code/WorkInProgress/ZomgPonies/karma.dm
index 8464d12882e..fd5f5a81767 100644
--- a/code/WorkInProgress/ZomgPonies/karma.dm
+++ b/code/WorkInProgress/ZomgPonies/karma.dm
@@ -155,8 +155,8 @@ You've gained [totalkarma] total karma in your time here.
"}
dat += {"
Unlock Barber -- 5KP
Unlock Brig Physician -- 5KP
- Unlock Nanotrasen Recruiter -- 10KP
- Unlock Nanotrasen Representative -- 30KP
+ Unlock NanoTrasen Recruiter -- 10KP
+ Unlock NanoTrasen Representative -- 30KP
Unlock Customs Officer -- 30P
Unlock Blueshield -- 30KP
Unlock Security Pod Pilot -- 30KP
diff --git a/code/game/jobs/jobs.dm b/code/game/jobs/jobs.dm
index 34c89783be7..f599eaf8f1e 100644
--- a/code/game/jobs/jobs.dm
+++ b/code/game/jobs/jobs.dm
@@ -145,13 +145,13 @@ var/list/nonhuman_positions = list(
var/list/whitelisted_positions = list(
"Blueshield",
"Customs Officer",
- "Nanotrasen Representative",
+ "NanoTrasen Representative",
"Barber",
"Mechanic",
"Brig Physician",
"Magistrate",
"Security Pod Pilot",
- "Nanotrasen Recruiter"
+ "NanoTrasen Recruiter"
)
diff --git a/code/modules/mob/living/silicon/robot/robot.dm b/code/modules/mob/living/silicon/robot/robot.dm
index 83a944a8ae3..d093e60e3a7 100644
--- a/code/modules/mob/living/silicon/robot/robot.dm
+++ b/code/modules/mob/living/silicon/robot/robot.dm
@@ -1412,6 +1412,7 @@
modtype = "Synd"
faction = list("syndicate")
designation = "Syndicate"
+ modtype = "Syndicate"
req_access = list(access_syndicate)
/mob/living/silicon/robot/syndicate/New(loc)