From 99136d5364efcf1bf604e370519338e5cce97c88 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 19 Aug 2020 02:23:22 +0200 Subject: [PATCH] [MIRROR] Adds floral somatoray to botany belt (#387) * Adds floral somatoray to botany belt (#53010) Makes it so you can store the floral somatoray in the botany belt * Adds floral somatoray to botany belt Co-authored-by: Bampotio <69210247+Bampotio@users.noreply.github.com> --- code/game/objects/items/storage/belt.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ))