mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +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
|
||||||
@@ -116,4 +112,4 @@
|
|||||||
O.loc = src.loc
|
O.loc = src.loc
|
||||||
O.ex_act(severity++)
|
O.ex_act(severity++)
|
||||||
qdel(src)
|
qdel(src)
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user