[MIRROR] Mining tools now use tool system (#5462)
* Mining tools now use tool system * Update hydroponics.dm
This commit is contained in:
committed by
Poojawa
parent
5d18ffef44
commit
9b4770f855
@@ -198,7 +198,7 @@ GLOBAL_LIST_INIT(sand_recipes, list(\
|
||||
wires.interact(user)
|
||||
return
|
||||
|
||||
if(istype(I, /obj/item/pickaxe) || istype(I, /obj/item/resonator) || I.force >= 10)
|
||||
if(I.tool_behaviour == TOOL_MINING || istype(I, /obj/item/resonator) || I.force >= 10)
|
||||
GibtoniteReaction(user)
|
||||
return
|
||||
if(primed)
|
||||
|
||||
Reference in New Issue
Block a user