From fd66a5d5aaa1d16982089cefb4488a0165f49490 Mon Sep 17 00:00:00 2001 From: KasparoVy <12377767+KasparoVy@users.noreply.github.com> Date: Sun, 14 Mar 2021 03:56:42 -0400 Subject: [PATCH] Fix Missing DSI Roboparts Comment the whole lot out because the ones that weren't had imposed restrictions. --- code/modules/organs/robolimbs_custom.dm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/modules/organs/robolimbs_custom.dm b/code/modules/organs/robolimbs_custom.dm index 15df0c98c86..a4c769c1ca7 100644 --- a/code/modules/organs/robolimbs_custom.dm +++ b/code/modules/organs/robolimbs_custom.dm @@ -50,7 +50,7 @@ //Darkside Incorperated synthetic augmentation list! Many current most used fuzzy and notsofuzzy races made into synths here. - +/* VORESTATION EDIT - These are defined in robolimbs_vr.dm, the definition here with the species cannot_use breaks the things. May as well comment them all out. /datum/robolimb/dsi_tajaran company = "DSI - Tajaran" desc = "This limb feels soft and fluffy, realistic design and squish. By Darkside Incorperated." @@ -86,7 +86,7 @@ /obj/item/weapon/disk/limb/dsi_lizard company = "DSI - Lizard" -/* + /datum/robolimb/dsi_sergal company = "DSI - Sergal" desc = "This limb feels soft and fluffy, realistic design and toned muscle. By Darkside Incorperated." @@ -156,7 +156,7 @@ /obj/item/weapon/disk/limb/dsi_spider company = "DSI - Vasilissan" -*/ + /datum/robolimb/dsi_teshari company = "DSI - Teshari" desc = "This limb has a thin synthflesh casing with a few connection ports." @@ -173,3 +173,4 @@ /obj/item/weapon/disk/limb/dsi_teshari company = "DSI - Teshari" +*/