diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 807b7895e45..ac542d82620 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -732,5 +732,6 @@ /obj/item/graft, /obj/item/secateurs, /obj/item/geneshears, - /obj/item/shovel/spade + /obj/item/shovel/spade, + /obj/item/gun/energy/floragun ))