slendermen fix. (#12303)

* slendermen fix.

* Whops

* Update dwarfism.dm
This commit is contained in:
Ghom
2020-05-21 03:43:14 +02:00
committed by GitHub
parent 7f38e0714b
commit 6696560656
6 changed files with 50 additions and 4 deletions
+3
View File
@@ -318,6 +318,9 @@
#define COMSIG_SPECIES_GAIN "species_gain" //from datum/species/on_species_gain(): (datum/species/new_species, datum/species/old_species)
#define COMSIG_SPECIES_LOSS "species_loss" //from datum/species/on_species_loss(): (datum/species/lost_species)
// /datum/mutation signals
#define COMSIG_HUMAN_MUTATION_LOSS "human_mutation_loss" //from datum/mutation/human/on_losing(): (datum/mutation/human/lost_mutation)
/*******Component Specific Signals*******/
//Janitor
#define COMSIG_TURF_IS_WET "check_turf_wet" //(): Returns bitflags of wet values.