Skip to content

Commit

Permalink
ooooopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Jan 31, 2024
1 parent 4e6e886 commit 02d3141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/consistent_human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
if(!species_list)
species_list = GLOB.species_list

var/species = species_list[hex2num(copytext(seed, 3, 4)) % length(GLOB.species_list) + 1]
var/species = species_list[hex2num(copytext(seed, 3, 4)) % length(species_list) + 1]
set_species(species)

0 comments on commit 02d3141

Please sign in to comment.