diff --git a/code/modules/mob/living/simple_mob/subtypes/humanoid/mercs/mercs_vr.dm b/code/modules/mob/living/simple_mob/subtypes/humanoid/mercs/mercs_vr.dm index 026c803e4b9..36253dce846 100644 --- a/code/modules/mob/living/simple_mob/subtypes/humanoid/mercs/mercs_vr.dm +++ b/code/modules/mob/living/simple_mob/subtypes/humanoid/mercs/mercs_vr.dm @@ -1,3 +1,9 @@ /datum/say_list/merc/unknown_ind speak = list("One day the'll fix that damn engine..","Next time, We're hidding on the tropical beach planet.","Wish I had better equipment...","I knew I should have been a line chef...","Fuckin' helmet keeps fogging up.","Hate this blocky ass ship.") - say_got_target = list("Looks like trouble!","Contact!","We've got company!","Perimeter Breached!!") \ No newline at end of file + say_got_target = list("Looks like trouble!","Contact!","We've got company!","Perimeter Breached!!") + +/mob/living/simple_mob/humanoid/merc/melee/sword/space + name = "mercenary commando" + +/mob/living/simple_mob/humanoid/merc/ranged/space + name = "mercenary commando" \ No newline at end of file