mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user