Skip to content

Commit

Permalink
whoopsies forgot to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GrrrKitten committed Mar 26, 2024
1 parent f7eb8e6 commit 8dba9ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/objects/effects/temporary_visuals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@

/obj/effect/shockwave/Initialize(mapload, radius)
. = ..()
deltimer(timerid)
QDEL_IN(src, 0.5 * radius)
transform = matrix().Scale(32 / 1024, 32 / 1024)
animate(src, time = 1/2 * radius, transform=matrix().Scale((32 / 1024) * radius * 1.5, (32 / 1024) * radius * 1.5))

0 comments on commit 8dba9ad

Please sign in to comment.