i hate tg code

This commit is contained in:
zerothebigboy
2021-04-08 18:05:36 -04:00
parent d1040001f6
commit a7c061392b
10 changed files with 116 additions and 6 deletions
+4
View File
@@ -449,6 +449,10 @@
// /datum/mutation signals
#define COMSIG_HUMAN_MUTATION_LOSS "human_mutation_loss" //from datum/mutation/human/on_losing(): (datum/mutation/human/lost_mutation)
///from base of mob/living/death(): (gibbed)
// Sent before any of the other death code has run, mob is still alive.
#define COMSIG_LIVING_PREDEATH "living_predeath"
/*******Component Specific Signals*******/
//Janitor
#define COMSIG_TURF_IS_WET "check_turf_wet" //(): Returns bitflags of wet values.