We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 440bc3c commit cdc7c69Copy full SHA for cdc7c69
code/modules/fissionreactor/fuelmaker.dm
@@ -84,7 +84,7 @@ the machine which makes fuel rods have things in them.
84
return TRUE
85
if(!user.drop_item(C))
86
return
87
- C.forceMove(src.loc)
+ C.forceMove(src)
88
container=C
89
to_chat(user,"You add \the [C] to \the [src]")
90
ask_remakeUI()
0 commit comments