Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit a355d39

Browse files
f
1 parent e6eb9ca commit a355d39

File tree

1 file changed

+1
-1
lines changed
  • code/modules/power/singularity/particle_accelerator

1 file changed

+1
-1
lines changed

code/modules/power/singularity/particle_accelerator/particle.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
if(!next_step) // reached the edge of the map
7070
qdel(src)
7171
return
72-
forceMove(get_step(src,dir))
72+
forceMove(next_step)
7373
if(movement_range == 0)
7474
qdel(src)
7575
return

0 commit comments

Comments
 (0)