Skip to content

Commit

Permalink
Fixes G2 Synthetic Cosmetic (#7464)
Browse files Browse the repository at this point in the history
# About the pull request

Fixes the G2 synthetic using default non-customized cosmetics.

# Explain why it's good for the game

Bug bad, custom good.

# Testing Photographs and Procedure

Checked on private test server, working

# Changelog

:cl:
fix: G2 cosmetic working properly
/:cl:
  • Loading branch information
Katskan authored Nov 11, 2024
1 parent 5855999 commit 28cca6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/human/species/synthetic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@

/datum/species/synthetic/colonial/colonial_gen_two
name = SYNTH_COLONY_GEN_TWO
uses_skin_color = FALSE //2nd gen uses generic human look
special_body_types = FALSE
uses_skin_color = TRUE
special_body_types = TRUE

/datum/species/synthetic/colonial/colonial_gen_one
name = SYNTH_COLONY_GEN_ONE
Expand Down

0 comments on commit 28cca6b

Please sign in to comment.