Skip to content

Commit

Permalink
Xenotype is now untouched in randomize_human()
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterBan committed Apr 5, 2024
1 parent c5bea37 commit 0eb3fa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/admin/create_mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
H.dna.features["apid_headstripes"] = pick(GLOB.apid_headstripes_list)
H.dna.features["body_model"] = H.gender
H.dna.features["psyphoza_cap"] = pick(GLOB.psyphoza_cap_list)
H.dna.features["xenotype"] = "Homo"

H.update_body()
H.update_hair()
Expand Down

0 comments on commit 0eb3fa5

Please sign in to comment.