From d3cc476eb00edb6630f2265869653581295dd856 Mon Sep 17 00:00:00 2001 From: Mechoid Date: Tue, 20 Feb 2018 13:57:51 -0800 Subject: [PATCH] Un-fub comments. --- code/game/objects/items/weapons/storage/bags.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/storage/bags.dm b/code/game/objects/items/weapons/storage/bags.dm index 259436e063..5b20553430 100644 --- a/code/game/objects/items/weapons/storage/bags.dm +++ b/code/game/objects/items/weapons/storage/bags.dm @@ -122,7 +122,7 @@ /obj/item/weapon/storage/bag/ore/examine(mob/user) ..() - if(!Adjacent(user)) //Can only check the contents of ore boxes if you can physically reach them. + if(!Adjacent(user)) //Can only check the contents of ore bags if you can physically reach them. return if(istype(user, /mob/living))