Un-fub comments.

This commit is contained in:
Mechoid
2018-02-20 13:57:51 -08:00
parent a2c30eb699
commit d3cc476eb0
@@ -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))