Skip to content

Commit

Permalink
bugfix: New Organs Pop Fix (#3924)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottfrei authored Nov 22, 2023
1 parent 687e8a9 commit 597c108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@
var/obj/item/organ/internal/organ_check = O
var/organ_found
for(var/index in racial_organs)
var/obj/item/organ/internal/organ = dna.species.has_organ[index]
var/obj/item/organ/internal/organ = racial_organs[index]
organ_found = (initial(organ.slot) == organ_check.slot)
if(organ_found)
break
Expand Down

0 comments on commit 597c108

Please sign in to comment.