Skip to content

Commit

Permalink
Update code/modules/gear_presets/royal_marines.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
spartanbobby and harryob committed Sep 6, 2023
1 parent dca77f8 commit 1c86880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/gear_presets/royal_marines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

/datum/equipment_preset/twe/royal_marine/load_name(mob/living/carbon/human/new_human, randomise)
new_human.gender = pick_weight(list(MALE = 80, FEMALE = 20,))
var/datum/preferences/A = new()
A.randomize_appearance(new_human)
var/datum/preferences/placeholder_pref = new()
placeholder_pref.randomize_appearance(new_human)
var/random_name
var/static/list/colors = list("BLACK" = list(15, 15, 25), "BROWN" = list(102, 51, 0), "AUBURN" = list(139, 62, 19))
var/static/list/hair_colors = colors.Copy() + list("BLONDE" = list(197, 164, 30), "CARROT" = list(174, 69, 42))
Expand Down

0 comments on commit 1c86880

Please sign in to comment.