diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 180a970961c..67c1ee5357e 100755 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -316,7 +316,7 @@ var/list/rank_prefix = list(\ "Chief Executive Officer" = "Executive",\ "Prime" = "Prime",\ "Foreman" = "Foreman",\ - "Lodge Hunt Master" = "Hunt Master",\ + "Lodge Hunt Master" = "Huntmaster",\ ) /mob/living/carbon/human/proc/rank_prefix_name(name)