From 677038cffe17cabffdc89755c1ecf489b37d1dff Mon Sep 17 00:00:00 2001 From: BurgerLUA <8602857+BurgerLUA@users.noreply.github.com> Date: Fri, 30 May 2025 21:02:25 -0700 Subject: [PATCH] Fixes oversight with the wizard's magic wand belt. (#3933) ## About The Pull Request Fixes oversight with the wizard's magic wand belt. ## Why It's Good For The Game Fixes oversight with the wizard's magic wand belt. ## Proof Of Testing Fixes oversight with the wizard's magic wand belt. ## Changelog :cl: BurgerBB fix: Fixes oversight with the wizard's magic wand belt. /:cl: --------- Co-authored-by: Roxy <75404941+TealSeer@users.noreply.github.com> --- code/datums/storage/subtypes/belts.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/storage/subtypes/belts.dm b/code/datums/storage/subtypes/belts.dm index 5c9768f7b02..d57cafee194 100644 --- a/code/datums/storage/subtypes/belts.dm +++ b/code/datums/storage/subtypes/belts.dm @@ -226,7 +226,7 @@ /datum/storage/wands_belt/New(atom/parent, max_slots, max_specific_storage, max_total_storage) . = ..() - set_holdable(/obj/item/gun/magic/wand) + set_holdable(list(/obj/item/gun/magic/wand,/obj/item/clothing/sextoy/magic_wand)) // BUBBER EDIT CHANGE: adds /obj/item/clothing/sextoy/magic_wand ///Janitor belt /datum/storage/janitor_belt