[MIRROR] Fix dragon rift not healing dragon [MDB IGNORE] (#9643)

* Fix dragon rift not healing dragon (#62843)

About The Pull Request

Fixes #62816, caused by the healing aura refactor.
Changelog

cl
fix: Fix the space dragon's rift not healing the dragon.
/cl

* Fix dragon rift not healing dragon

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-11-23 09:48:41 -05:00
committed by GitHub
co-authored by Mothblocks
parent 92ed502913
commit e1bbccc59f
@@ -100,6 +100,7 @@
AddElement(/datum/element/simple_flying)
ADD_TRAIT(src, TRAIT_SPACEWALK, INNATE_TRAIT)
ADD_TRAIT(src, TRAIT_NO_FLOATING_ANIM, INNATE_TRAIT)
ADD_TRAIT(src, TRAIT_HEALS_FROM_CARP_RIFTS, INNATE_TRAIT)
rift = new
rift.Grant(src)