Skip to content

Commit cdc7c69

Browse files
movment fix
1 parent 440bc3c commit cdc7c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/fissionreactor/fuelmaker.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ the machine which makes fuel rods have things in them.
8484
return TRUE
8585
if(!user.drop_item(C))
8686
return
87-
C.forceMove(src.loc)
87+
C.forceMove(src)
8888
container=C
8989
to_chat(user,"You add \the [C] to \the [src]")
9090
ask_remakeUI()

0 commit comments

Comments
 (0)