Skip to content

Commit

Permalink
removes egg
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Sep 26, 2023
1 parent 757cb2c commit eae7e63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/obj/structure/organ_creator/attack_hand(mob/living/user, list/modifiers)
. = ..()
var/list/all_internals = subtypesof(/obj/item/organ/internal) - typesof(/obj/item/organ/internal/zombie_infection) - typesof(/obj/item/organ/internal/alien)
var/list/all_internals = subtypesof(/obj/item/organ/internal) - typesof(/obj/item/organ/internal/zombie_infection) - typesof(/obj/item/organ/internal/alien) - typesof(/obj/item/organ/internal/body_egg)
var/list/all_externals = subtypesof(/obj/item/organ/external)

var/list/all_bodyparts = subtypesof(/obj/item/bodypart)
Expand Down

0 comments on commit eae7e63

Please sign in to comment.