Skip to content

Commit

Permalink
Update code/game/objects/effects/temporary_visuals.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
GrrrKitten and Drulikar authored Apr 21, 2024
1 parent fa6f386 commit eade950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/temporary_visuals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
pixel_x = -496
pixel_y = -496

/obj/effect/shockwave/Initialize(mapload, radius, speed, easing_type, y_offset, x_offset)
/obj/effect/shockwave/Initialize(mapload, radius, speed, easing_type = LINEAR_EASING, y_offset, x_offset)
. = ..()
if(!speed)
speed = 1
Expand Down

0 comments on commit eade950

Please sign in to comment.