From 9cc3d90ded8b2eb0afc08d463e8539eb134232f0 Mon Sep 17 00:00:00 2001 From: Holdelta Date: Sun, 22 Mar 2020 14:07:37 -0700 Subject: [PATCH] Allowing Custom Species access to DSI - Teshari prosthetic limbs. Since Teshari are allowed to be created as a custom race to begin with, I'm not seeing too many issues with this change. Tested on local and the main thing to note is that the user has to choose Icon Base as Teshari to avoid any weirdness with gear, otherwise works as expected. --- code/modules/organs/robolimbs_vr.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/organs/robolimbs_vr.dm b/code/modules/organs/robolimbs_vr.dm index a5ab8994cf..7f85cf642d 100644 --- a/code/modules/organs/robolimbs_vr.dm +++ b/code/modules/organs/robolimbs_vr.dm @@ -204,6 +204,7 @@ /datum/robolimb/dsi_teshari/New() species_cannot_use = GLOB.all_species.Copy() species_cannot_use -= SPECIES_TESHARI + species_cannot_use -= SPECIES_CUSTOM ..() /obj/item/weapon/disk/limb/dsi_teshari