From a4172880c1bd85a698cead033dc5314daa4afd04 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 3 Jul 2021 23:24:48 +0200 Subject: [PATCH] [MIRROR] Allows Bananas to be holstered (#6684) * Allows Bananas to be holstered (#59917) Clowntectives can now comically whip out their trusty potassium pistol to brutally feed mimes to death. Or sneak into the detective's office and replace their actual gun with a banana. Get it, because I call you guys the banana bros all the time? * Allows Bananas to be holstered Co-authored-by: death and coding <58394696+thestubborn@users.noreply.github.com> --- code/game/objects/items/storage/holsters.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/storage/holsters.dm b/code/game/objects/items/storage/holsters.dm index 5a359870baa..b135046bf7c 100644 --- a/code/game/objects/items/storage/holsters.dm +++ b/code/game/objects/items/storage/holsters.dm @@ -26,7 +26,8 @@ /obj/item/gun/ballistic/revolver, /obj/item/gun/energy/e_gun/mini, /obj/item/gun/energy/disabler, - /obj/item/gun/energy/dueling + /obj/item/gun/energy/dueling, + /obj/item/food/grown/banana, )) /obj/item/storage/belt/holster/detective @@ -49,7 +50,7 @@ /obj/item/ammo_box/a357, /obj/item/ammo_box/a762, /obj/item/ammo_box/magazine/toy/pistol, - /obj/item/gun/energy/e_gun/mini, + /obj/item/gun/energy/e_gun/mini, /obj/item/gun/energy/disabler, /obj/item/gun/energy/dueling ))