Update ore_box.dm

This commit is contained in:
Novacat
2020-02-17 01:31:48 -05:00
committed by GitHub
parent e8526a420c
commit 332e3271d9

View File

@@ -40,15 +40,11 @@
/obj/structure/ore_box/examine(mob/user)
to_chat(user, "That's an [src].")
<<<<<<< HEAD:code/modules/mining/satchel_ore_boxdm.dm
to_chat(user,desc)
to_chat(user, desc)
// Borgs can now check contents too.
if((!istype(user, /mob/living/carbon/human)) && (!istype(user, /mob/living/silicon/robot)))
return
=======
to_chat(user, desc)
>>>>>>> a862d55... Fixes mining borg ore box movement on sand with a mining satchel equipped (#6693):code/modules/mining/ore_box.dm
if(!Adjacent(user)) //Can only check the contents of ore boxes if you can physically reach them.
return
@@ -116,4 +112,4 @@
O.loc = src.loc
O.ex_act(severity++)
qdel(src)
return
return