From 73425e96bbb24890cdee713b4a3a5fa487f5d378 Mon Sep 17 00:00:00 2001 From: Ben10083 Date: Sun, 2 Jul 2023 18:05:19 -0400 Subject: [PATCH] Hazard Joe Naming --- code/modules/gear_presets/synths.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/gear_presets/synths.dm b/code/modules/gear_presets/synths.dm index f2a5283e2a26..d197e8192669 100644 --- a/code/modules/gear_presets/synths.dm +++ b/code/modules/gear_presets/synths.dm @@ -546,6 +546,9 @@ /datum/equipment_preset/synth/working_joe/load_name(mob/living/carbon/human/new_human, randomise) new_human.change_real_name(new_human, "Working Joe #[rand(100)][rand(100)]") +/datum/equipment_preset/synth/working_joe/engi/load_name(mob/living/carbon/human/new_human, randomise) + new_human.change_real_name(new_human, "Hazard Joe #[rand(100)][rand(100)]") + //*****************************************************************************************************/ /datum/equipment_preset/synth/survivor/cultist_synth