Files
Bubberstation/code/__DEFINES/flora.dm
SkyratBot 3ec0199723 [MIRROR] Lets SAW tools (and PKC) cut trees, MINING tools break rocks, and fixes e-blades cutting while off [MDB IGNORE] (#14649)
* Lets SAW tools (and PKC) cut trees, MINING tools break rocks, and fixes e-blades cutting while off

* Fixing merge conflicts

Co-authored-by: OrionTheFox <76465278+OrionTheFox@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
2022-07-01 01:30:39 +01:00

4 lines
332 B
Plaintext

///Tools that can harvest wood that DONT have the TOOL_SAW flag; TOOL_SAW can harvest regardless of being in this list (Dont put them in here)
#define FLORA_HARVEST_WOOD_TOOLS list(/obj/item/hatchet, /obj/item/fireaxe, /obj/item/kinetic_crusher, /obj/item/melee/energy/axe)
#define FLORA_HARVEST_STONE_TOOLS list(/obj/item/pickaxe)