Skip to content

Commit

Permalink
Merge pull request #9273 from Nyarlthotep/unathi-organ-fix
Browse files Browse the repository at this point in the history
Unathi now have larynxes
  • Loading branch information
Atermonera authored Oct 25, 2023
2 parents 38df5b9 + b415630 commit 3945b39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
has_organ = list(
O_HEART = /obj/item/organ/internal/heart/unathi,
O_LUNGS = /obj/item/organ/internal/lungs/unathi,
O_VOICE = /obj/item/organ/internal/voicebox/unathi,
O_LIVER = /obj/item/organ/internal/liver/unathi,
O_BRAIN = /obj/item/organ/internal/brain/unathi,
O_EYES = /obj/item/organ/internal/eyes/unathi,
Expand Down
3 changes: 3 additions & 0 deletions code/modules/organs/subtypes/unathi.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
/obj/item/organ/internal/lungs/unathi
color = "#b3cbc3"

/obj/item/organ/internal/voicebox/unathi
color = "#b3cbc3"

/obj/item/organ/internal/liver/unathi
name = "filtration organ"
icon_state = "unathi_liver"
Expand Down

0 comments on commit 3945b39

Please sign in to comment.