mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-04 21:56:01 +01:00
294c89a328
* 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
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)
|