From 0715bd5af2dbe6e78e4423186c44c8a759c3eabd Mon Sep 17 00:00:00 2001 From: Alexis Date: Sat, 30 Aug 2025 15:08:23 -0400 Subject: [PATCH] Adds taur parts to the bioscrambler blacklist (#4570) ## About The Pull Request Currently, taur parts cause a nightmare for both staff/maintainers and the players that receive them from the bioscrambler due to them being near unremovable. ## Why It's Good For The Game Fixes https://github.com/Bubberstation/Bubberstation/issues/2797 ## Proof Of Testing It was a one line addition, it should work but I'm not sitting and waiting to see if I get the parts or not. ## Changelog :cl: fix: fixed unremovable taur limbs being granted from bioscramblers /:cl: --- code/__DEFINES/research/anomalies.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/__DEFINES/research/anomalies.dm b/code/__DEFINES/research/anomalies.dm index bd7380f199d..8bd963ebdbe 100644 --- a/code/__DEFINES/research/anomalies.dm +++ b/code/__DEFINES/research/anomalies.dm @@ -46,6 +46,7 @@ GLOBAL_LIST_INIT(bioscrambler_organs_blacklist, typecacheof(list ( /obj/item/organ/empowered_borer_egg, // SKYRAT EDIT ADDITION /obj/item/organ/eyes/robotic, // SKYRAT EDIT ADDITION /obj/item/organ/eyes/night_vision/cyber, // SKYRAT EDIT ADDITION + /obj/item/organ/taur_body // BUBBER EDIT ADDITION ))) /// List of body parts we can apply to people