Fixing dwarfism. (#12331)

* Update body.dm

* Update dwarves.dm
This commit is contained in:
Ghom
2020-05-21 21:38:42 +02:00
committed by GitHub
parent 4ee5d0cb37
commit bcd911070a
2 changed files with 2 additions and 3 deletions
@@ -33,7 +33,7 @@ GLOBAL_LIST_INIT(dwarf_last, world.file2list("strings/names/dwarf_last.txt")) //
var/mob/living/carbon/human/H = C
H.facial_hair_style = dwarf_hair
H.update_hair()
AddElement(/datum/element/dwarfism, COMSIG_SPECIES_LOSS, src)
H.AddElement(/datum/element/dwarfism, COMSIG_SPECIES_LOSS, src)
RegisterSignal(C, COMSIG_MOB_SAY, .proc/handle_speech) //We register handle_speech is being used.
/datum/species/dwarf/on_species_loss(mob/living/carbon/H, datum/species/new_species)