Skip to content

Commit

Permalink
NameAndRank
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Sep 21, 2023
1 parent 088437f commit 5fbb1f2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions code/modules/gear_presets/survivors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1589,18 +1589,14 @@
languages = list(LANGUAGE_RUSSIAN, LANGUAGE_GERMAN, LANGUAGE_CHINESE)
faction = FACTION_UPP
faction_group = list(FACTION_UPP, FACTION_SURVIVOR)
role_comm_title = "UPP 173RD RECON"
role_comm_title = "173/RECON"
idtype = /obj/item/card/id/dogtag
flags = EQUIPMENT_PRESET_EXTRA
uses_special_name = TRUE
access = list(
ACCESS_CIVILIAN_PUBLIC,
)

/datum/equipment_preset/survivor/upp/load_name(mob/living/carbon/human/new_human, randomise)
var/random_name = capitalize(pick(new_human.gender == MALE ? first_names_male_upp : first_names_female_upp)) + " " + capitalize(pick(last_names_upp))
new_human.change_real_name(new_human, random_name)

/datum/equipment_preset/survivor/upp/load_gear(mob/living/carbon/human/new_human)
var/obj/item/clothing/under/marine/veteran/UPP/uniform = new()
var/random_number = rand(1,2)
Expand Down Expand Up @@ -1726,7 +1722,7 @@
assignment = JOB_UPP_LEADER
rank = JOB_UPP_LEADER
languages = list(LANGUAGE_RUSSIAN, LANGUAGE_ENGLISH, LANGUAGE_GERMAN, LANGUAGE_CHINESE)
role_comm_title = "UPP 173Rd RECON SL"
role_comm_title = "173/RECON SL"
skills = /datum/skills/military/survivor/upp_sl

/datum/equipment_preset/survivor/upp/squad_leader/load_gear(mob/living/carbon/human/new_human)
Expand Down

0 comments on commit 5fbb1f2

Please sign in to comment.