From 52a8aa3bfadfcc81e65e0576d05e977d750fc409 Mon Sep 17 00:00:00 2001 From: Steelpoint Date: Thu, 3 Apr 2014 01:33:22 +0800 Subject: [PATCH] Whoops! --- code/game/objects/items/weapons/storage/belt.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index 7f001077eaa..9c245c0d369 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -188,11 +188,10 @@ storage_slots = 6 max_w_class = 4 // Set to this so the trash bag and light replacer can fit. - Steelpoint can_hold = list( - /obj/item/weapon/gun/magic/wand, /obj/item/weapon/grenade/chem_grenade/cleaner, /obj/item/device/lightreplacer, /obj/item/device/flashlight, /obj/item/weapon/reagent_containers/spray, - /obj/item/weapon/soap + /obj/item/weapon/soap, /obj/item/weapon/storage/bag/trash ) \ No newline at end of file