mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Gives Vox a Voice Box (#12043)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e317669e61
commit
bc3d47cd46
@@ -77,7 +77,7 @@
|
|||||||
has_organ = list(
|
has_organ = list(
|
||||||
O_HEART = /obj/item/organ/internal/heart/vox,
|
O_HEART = /obj/item/organ/internal/heart/vox,
|
||||||
O_LUNGS = /obj/item/organ/internal/lungs/vox,
|
O_LUNGS = /obj/item/organ/internal/lungs/vox,
|
||||||
O_VOICE = /obj/item/organ/internal/voicebox,
|
O_VOICE = /obj/item/organ/internal/voicebox/vox,
|
||||||
O_LIVER = /obj/item/organ/internal/liver/vox,
|
O_LIVER = /obj/item/organ/internal/liver/vox,
|
||||||
O_KIDNEYS = /obj/item/organ/internal/kidneys/vox,
|
O_KIDNEYS = /obj/item/organ/internal/kidneys/vox,
|
||||||
O_BRAIN = /obj/item/organ/internal/brain/vox,
|
O_BRAIN = /obj/item/organ/internal/brain/vox,
|
||||||
|
|||||||
@@ -26,5 +26,9 @@
|
|||||||
parent_organ = BP_TORSO
|
parent_organ = BP_TORSO
|
||||||
color = "#0033cc"
|
color = "#0033cc"
|
||||||
|
|
||||||
|
/obj/item/organ/internal/voicebox/vox
|
||||||
|
color = "#3c5b7b"
|
||||||
|
will_assist_languages = list(LANGUAGE_VOX) //Fixes them from knowing galcommon off the rip.
|
||||||
|
|
||||||
/obj/item/organ/external/groin/vox //vox have an extended ribcage for extra protection.
|
/obj/item/organ/external/groin/vox //vox have an extended ribcage for extra protection.
|
||||||
encased = "lower ribcage"
|
encased = "lower ribcage"
|
||||||
|
|||||||
Reference in New Issue
Block a user