Skip to content

Commit

Permalink
Hazard Joe Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jul 2, 2023
1 parent 44fd728 commit 73425e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/gear_presets/synths.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73425e9

Please sign in to comment.