code/__DEFINES/dcs/signals/signals_coffeemaker.dm 
| COMSIG_ITEM_ATTACKED_BY_COFFEEMAKER | Signal called when item is attacked by coffeemaker |
|---|---|
| COMSIG_ITEM_COFFEEMAKER_ACCEPTED | Return flag indicating coffeemaker accepted the item |
| COMSIG_ITEM_COFFEEMAKER_REJECTED | Return flag indicating item is valid but was rejected (e.g., empty container, full storage) |
Define Details
COMSIG_ITEM_ATTACKED_BY_COFFEEMAKER 
Signal called when item is attacked by coffeemaker
COMSIG_ITEM_COFFEEMAKER_ACCEPTED 
Return flag indicating coffeemaker accepted the item
COMSIG_ITEM_COFFEEMAKER_REJECTED 
Return flag indicating item is valid but was rejected (e.g., empty container, full storage)