mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
[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:
co-authored by
MrMelbert
Giz
parent
d4984b29a0
commit
9c5fcda897
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user