From 48fa3a42736aee81b801ba5afea90d6bc22f53ac Mon Sep 17 00:00:00 2001 From: Alberyk Date: Fri, 18 Oct 2019 17:07:53 -0300 Subject: [PATCH] Remove the mob_name_prefix from the cciaa and ert commander ghost spawners (#7170) At the request of the cciaa head. --- code/modules/ghostroles/spawner/human/admin.dm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/code/modules/ghostroles/spawner/human/admin.dm b/code/modules/ghostroles/spawner/human/admin.dm index 72d5c27cadc..046eb59dc64 100644 --- a/code/modules/ghostroles/spawner/human/admin.dm +++ b/code/modules/ghostroles/spawner/human/admin.dm @@ -25,8 +25,7 @@ respawn_flag = null mob_name = null - mob_name_prefix = "Cmdr. " - mob_name_pick_message = "Pick a callsign or last-name." + mob_name_pick_message = "Pick a name." /datum/ghostspawner/human/admin/legion_commander short_name = "legioncommander" @@ -69,8 +68,7 @@ respawn_flag = null mob_name = null - mob_name_prefix = "CCIAA " - mob_name_pick_message = "Pick a last-name." + mob_name_pick_message = "Pick a name." /datum/ghostspawner/human/admin/cciaescort