mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
Co-authored-by: silicons <2003111+silicons@users.noreply.github.com> Co-authored-by: silicons <no@you.cat>
9 lines
336 B
Plaintext
9 lines
336 B
Plaintext
// Bellies
|
|
|
|
///from /obj/belly/HandleBellyReagents() and /obj/belly/update_internal_overlay()
|
|
#define COMSIG_BELLY_UPDATE_VORE_FX "update_vore_fx"
|
|
///from /obj/belly/process()
|
|
#define COMSIG_BELLY_UPDATE_PREY_LOOP "update_prey_loop"
|
|
/// COMSIG used to get messages where they need to go
|
|
#define COMSIG_VISIBLE_MESSAGE "visible_message"
|