mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 02:13:06 +00:00
* 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>
4 lines
332 B
Plaintext
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)
|