From 34115d5a48f37514073aa8f21262736a08287130 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 2 Jun 2019 17:49:37 +1000 Subject: [PATCH] Renames Syndicate Commandos to mercs --- .../living/simple_mob/subtypes/humanoid/mercs/mercs_vr.dm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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