just that

This commit is contained in:
Joan Lung
2017-08-07 11:42:37 -04:00
parent 26da0f40b5
commit 91ef47fb8f
3 changed files with 3 additions and 15 deletions
@@ -63,21 +63,10 @@
icon_state = "ratvarbrokengrilleglow"
/obj/effect/temp_visual/ratvar/belligerent
layer = ABOVE_MOB_LAYER
icon_state = "belligerent"
duration = 10
/obj/effect/temp_visual/ratvar/belligerent/Initialize()
. = ..()
pixel_x = rand(-8, 8)
pixel_y = rand(-10, 10)
animate(src, alpha = 0, time = duration, easing = EASE_OUT)
/obj/effect/temp_visual/ratvar/belligerent_cast
layer = ABOVE_MOB_LAYER
icon = 'icons/obj/clockwork_objects.dmi'
icon_state = "belligerent_eye"
pixel_y = 16
pixel_y = 20
duration = 20
/obj/effect/temp_visual/ratvar/belligerent_cast/Initialize()