mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Update ore_box.dm
This commit is contained in:
@@ -40,15 +40,11 @@
|
|||||||
|
|
||||||
/obj/structure/ore_box/examine(mob/user)
|
/obj/structure/ore_box/examine(mob/user)
|
||||||
to_chat(user, "That's an [src].")
|
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.
|
// Borgs can now check contents too.
|
||||||
if((!istype(user, /mob/living/carbon/human)) && (!istype(user, /mob/living/silicon/robot)))
|
if((!istype(user, /mob/living/carbon/human)) && (!istype(user, /mob/living/silicon/robot)))
|
||||||
return
|
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.
|
if(!Adjacent(user)) //Can only check the contents of ore boxes if you can physically reach them.
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user