Skip to content

Commit

Permalink
Update human_mob.dm (#28059)
Browse files Browse the repository at this point in the history
  • Loading branch information
WenlockTheBritishHobo authored Jan 22, 2025
1 parent 6f98a72 commit 98829ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human_mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@
H.UpdateAppearance()

//Replacing lost organs with the species default.
temp_holder = new /mob/living/carbon/human()
temp_holder = new /mob/living/carbon/human/fake()
var/list/species_organs = H.dna.species.has_organ.Copy() //Compile a list of species organs and tack on the mutantears afterward.
if(H.dna.species.mutantears)
species_organs["ears"] = H.dna.species.mutantears
Expand Down

0 comments on commit 98829ec

Please sign in to comment.