Merge pull request #17527 from ChangelingRain/glowyhealything

Adds healy glows to cult pylons and the medbeam gun
This commit is contained in:
Jordie
2016-05-11 22:51:22 +10:00
3 changed files with 16 additions and 11 deletions
+2
View File
@@ -103,6 +103,8 @@
return
/obj/item/weapon/gun/medbeam/proc/on_beam_tick(var/mob/living/target)
if(target.health != target.maxHealth)
PoolOrNew(/obj/effect/overlay/temp/heal, list(get_turf(target), "#80F5FF"))
target.adjustBruteLoss(-4)
target.adjustFireLoss(-4)
return