Merge pull request #8857 from Ghommie/Ghoomie-cit127

Refactoring underwear to allow custom color preferences.
This commit is contained in:
kevinz000
2019-07-14 03:38:45 -07:00
committed by GitHub
18 changed files with 495 additions and 462 deletions
@@ -86,8 +86,11 @@ GLOBAL_VAR(changeling_team_objective_type) //If this is not null, we hand our th
var/datum/dna/chosen_dna = chosen_prof.dna
user.real_name = chosen_prof.name
user.underwear = chosen_prof.underwear
user.undie_color = chosen_prof.undie_color
user.undershirt = chosen_prof.undershirt
user.shirt_color =chosen_prof.shirt_color
user.socks = chosen_prof.socks
user.socks_color =chosen_prof.socks_color
chosen_dna.transfer_identity(user, 1)
user.updateappearance(mutcolor_update=1)