Skip to content

Commit

Permalink
Update human.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
SapphicOverload committed Dec 30, 2023
1 parent 76997e9 commit df9e5e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1182,9 +1182,9 @@
/mob/living/carbon/human/species
var/race = null

/mob/living/carbon/human/species/Initialize(mapload)
. = ..()
set_species(race)
/mob/living/carbon/human/species/create_dna()
dna = new /datum/dna(src)
dna.species = new race()

/mob/living/carbon/human/species/abductor
race = /datum/species/abductor
Expand Down

0 comments on commit df9e5e4

Please sign in to comment.