From cceef96ff7a5213e0043618030b5852b730543a3 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:38:24 +0300 Subject: [PATCH] [MIRROR] Experimentor will no longer duplicate Bags of Holding [MDB IGNORE] (#4438) * Experimentor will no longer duplicate Bags of Holding (#84851) ## About The Pull Request This feature of the experimentor is ~6 years old, back when BoHs didn't need anomaly cores, but now that BoHs need anomaly cores this just bypasses the anomaly core limit. And now it will not. Closes #84849 ## Why It's Good For The Game Limits to the amount of anomaly core items that can exist aren't supposed to be able to be bypassed this easily. ## Changelog :cl: balance: Experimentor will no longer duplicate Bags of Holding /:cl: * Experimentor will no longer duplicate Bags of Holding --------- Co-authored-by: NovaBot <154629622+NovaBot13@users.noreply.github.com> Co-authored-by: JackEnoff <166665535+JackEnoff@users.noreply.github.com> Co-authored-by: NovaBot13 --- code/modules/research/experimentor.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/research/experimentor.dm b/code/modules/research/experimentor.dm index 5d02c385b0d..271f26028ed 100644 --- a/code/modules/research/experimentor.dm +++ b/code/modules/research/experimentor.dm @@ -96,7 +96,6 @@ /obj/item/construction/rcd, /obj/item/grenade, /obj/item/aicard, - /obj/item/storage/backpack/holding, /obj/item/slime_extract, /obj/item/transfer_valve))