Skip to content

Commit

Permalink
Makes twitch and demoneye not get progressively worse and worse to se…
Browse files Browse the repository at this point in the history
…e through the more times you use them (#1119)

real...
  • Loading branch information
Paxilmaniac authored and StealsThePRs committed Feb 26, 2024
1 parent 56d4faa commit 6490566
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@

game_plane_master_controller.add_filter("demoneye_blur", 1, list("type" = "angular_blur", "size" = 4))

for(var/filter in game_plane_master_controller.get_filters("demoneye_blur"))
animate(filter, loop = -1, size = 2, time = 3 SECONDS, easing = ELASTIC_EASING|EASE_OUT, flags = ANIMATION_PARALLEL)
animate(size = 5, time = 3 SECONDS, easing = ELASTIC_EASING|EASE_IN)


/datum/reagent/drug/demoneye/on_mob_end_metabolize(mob/living/carbon/human/our_guy)
. = ..()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@

game_plane_master_controller.add_filter(TWITCH_SCREEN_BLUR, 1, list("type" = "radial_blur", "size" = 0.02))

for(var/filter in game_plane_master_controller.get_filters(TWITCH_SCREEN_BLUR))
animate(filter, loop = -1, size = 0.04, time = 2 SECONDS, easing = ELASTIC_EASING|EASE_OUT, flags = ANIMATION_PARALLEL)
animate(size = 0.02, time = 6 SECONDS, easing = CIRCULAR_EASING|EASE_IN)


/datum/reagent/drug/twitch/on_mob_end_metabolize(mob/living/carbon/our_guy)
. = ..()
Expand Down

0 comments on commit 6490566

Please sign in to comment.