[MIRROR] Kills spec_updatehealth, replaces it with use of COMSIG_LIVING_HEALTH_UPDATE [MDB IGNORE] (#24152)

* Kills `spec_updatehealth`, replaces it with use of `COMSIG_LIVING_HEALTH_UPDATE`

* Diffs

---------

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-11-21 14:31:52 -05:00
committed by GitHub
co-authored by MrMelbert Giz
parent d4984b29a0
commit 9c5fcda897
4 changed files with 46 additions and 49 deletions
+2 -2
View File
@@ -32,6 +32,6 @@
human.dna.species.mutant_bodyparts = human.dna.mutant_bodyparts.Copy()
human.dna.species.body_markings = human.dna.body_markings.Copy()
// SKYRAT EDIT ADDITION END
// Snowflake stuff (ethereals)
human.dna.species.spec_updatehealth(human)
// Snowflake for Ethereals
human.updatehealth()
human.updateappearance(mutcolor_update = TRUE)