Merge pull request #14591 from zeroisthebiggay/deathrattles

ports deathrattle implants but without mob statchange because i am not gonna port that today
This commit is contained in:
silicons
2021-04-18 18:48:08 -06:00
committed by GitHub
10 changed files with 110 additions and 0 deletions
+4
View File
@@ -455,6 +455,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.