mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Makes food/drink code easier to read (#18673)
* Change * Container drank, for beakers too * Fimx * oops
This commit is contained in:
@@ -797,6 +797,9 @@
|
||||
///from base of obj/item/reagent_containers/food/snacks/attack(): (mob/living/eater, mob/feeder)
|
||||
#define COMSIG_FOOD_EATEN "food_eaten"
|
||||
|
||||
//Drink
|
||||
#define COMSIG_CONTAINER_DRANK "container_drank"
|
||||
|
||||
//Gibs
|
||||
|
||||
///from base of /obj/effect/decal/cleanable/blood/gibs/streak(): (list/directions, list/diseases)
|
||||
|
||||
Reference in New Issue
Block a user