mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
[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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user