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

🆑 BurgerBB
fix: Fixes oversight with the wizard's magic wand belt.
/🆑

---------

Co-authored-by: Roxy <75404941+TealSeer@users.noreply.github.com>
This commit is contained in:
BurgerLUA
2025-05-31 00:02:25 -04:00
committed by GitHub
co-authored by Roxy
parent 27c2c387f3
commit 677038cffe
+1 -1
View File
@@ -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