Blobbernauts and blob spores now have healing effects when being healed by the blob.

Blob chemicals no longer work on blob mobs, meaning you can't hit yourself as a blobbernaut to throw things with sorium, darkmatter, or cyclonic grid.
This commit is contained in:
Nerd Lord
2016-02-18 17:11:59 -05:00
parent aa8de1bb51
commit 59d342af3a
4 changed files with 45 additions and 7 deletions
+10
View File
@@ -39,6 +39,16 @@
spawn(duration)
qdel(src)
/obj/effect/overlay/temp/heal //color is white by default, set to whatever is needed
name = "healing glow"
icon_state = "heal"
duration = 15
/obj/effect/overlay/temp/heal/New()
..()
pixel_x = rand(-14, 14)
pixel_y = rand(-9, 0)
/obj/effect/overlay/temp/explosion
name = "explosion"
icon = 'icons/effects/96x96.dmi'