Petting is better

This commit is contained in:
CitadelStationBot
2017-05-14 07:36:55 -05:00
parent 155f1d3ad0
commit 962d114339
4 changed files with 14 additions and 2 deletions
+12
View File
@@ -611,6 +611,18 @@
icon_state = "shieldsparkles"
duration = 6
/obj/effect/overlay/temp/heart
name = "heart"
icon = 'icons/mob/animal.dmi'
icon_state = "heart"
duration = 25
/obj/effect/overlay/temp/heart/Initialize(mapload)
. = ..()
pixel_x = rand(-4,4)
pixel_y = rand(-4,4)
animate(src, pixel_y = pixel_y + 32, alpha = 0, time = 25)
/obj/effect/overlay/palmtree_r
name = "Palm tree"