From e6d078db83f6274608c65ffd0d41baf38f7b5a33 Mon Sep 17 00:00:00 2001 From: Helg2 <93882977+Helg2@users.noreply.github.com> Date: Mon, 10 Jul 2023 11:38:16 +0300 Subject: [PATCH] Gives androids proper robotic organs. (#76658) ## About The Pull Request Closes https://github.com/tgstation/tgstation/issues/76644 appendix to null ears to simple cybernetic eyes to tier 2 cybernetic eyes because i don't want android wizards to cosplay moths, they are weak enough already. ## Why It's Good For The Game Androids are now blind when emp'd. ## Changelog :cl: fix: androids now have proper robotic organs and no appendix. /:cl: --- code/modules/mob/living/carbon/human/species_types/android.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species_types/android.dm b/code/modules/mob/living/carbon/human/species_types/android.dm index 870a8bdc465..e0da3a4ecbf 100644 --- a/code/modules/mob/living/carbon/human/species_types/android.dm +++ b/code/modules/mob/living/carbon/human/species_types/android.dm @@ -28,9 +28,12 @@ meat = null mutanttongue = /obj/item/organ/internal/tongue/robot mutantstomach = null + mutantappendix = null mutantheart = null mutantliver = null mutantlungs = null + mutanteyes = /obj/item/organ/internal/eyes/robotic + mutantears = /obj/item/organ/internal/ears/cybernetic species_language_holder = /datum/language_holder/synthetic wing_types = list(/obj/item/organ/external/wings/functional/robotic) changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_PRIDE | MIRROR_MAGIC | RACE_SWAP | ERT_SPAWN | SLIME_EXTRACT