From 82ec1cc013a0aedb3db42bca57b73a0f0cb22982 Mon Sep 17 00:00:00 2001 From: Pandora Date: Tue, 18 Oct 2022 19:25:49 +0100 Subject: [PATCH] Oops, all indents --- code/game/objects/items/weapons/storage/belt.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index 2af2619d13..dc8f7abb42 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -117,7 +117,7 @@ icon_state = "utilitybelt_ce" item_state = "utility_ce" storage_slots = 8 //If they get better everything-else, why not the belt too? - can_hold = list( + can_hold = list( /obj/item/weapon/rcd, //They've given one from the get-go, it's hard to imagine they wouldn't be given something that can store it neater than a bag /obj/item/weapon/tool/crowbar, /obj/item/weapon/tool/screwdriver,