code/__DEFINES/crafting.dm
CRAFTING_MACHINERY_CONSUME | If the machine is used/deleted in the crafting process |
---|---|
CRAFTING_STRUCTURE_CONSUME | If the structure is used/deleted in the crafting process |
CRAFTING_MACHINERY_USE | If the machine is only "used" i.e. it checks to see if it's nearby and allows crafting, but doesn't delete it |
CRAFTING_STRUCTURE_USE | If the structure is only "used" i.e. it checks to see if it's nearby and allows crafting, but doesn't delete it |
Define Details
CRAFTING_MACHINERY_CONSUME
If the machine is used/deleted in the crafting process
CRAFTING_MACHINERY_USE
If the machine is only "used" i.e. it checks to see if it's nearby and allows crafting, but doesn't delete it
CRAFTING_STRUCTURE_CONSUME
If the structure is used/deleted in the crafting process
CRAFTING_STRUCTURE_USE
If the structure is only "used" i.e. it checks to see if it's nearby and allows crafting, but doesn't delete it