Files
Bubberstation/code/__DEFINES/flora.dm
T
OrionTheFox 294c89a328 Lets SAW tools (and PKC) cut trees, MINING tools break rocks, and fixes e-blades cutting while off (#67285)
* Adds TOOL checks combined with the lists
* Chainsaws are now slow when turned off, and are pre-nerf speed when on
* Adds a better disallowed_tools check
2022-06-30 16:44:28 -04: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)