diff --git a/code/modules/shuttle/shuttle.dm b/code/modules/shuttle/shuttle.dm index 73544e02b86..db13bc7a6fd 100644 --- a/code/modules/shuttle/shuttle.dm +++ b/code/modules/shuttle/shuttle.dm @@ -820,7 +820,8 @@ usr.create_log(MISC_LOG, "used [src] to call the [shuttleId] shuttle") if(!moved) moved = TRUE - . = TRUE //need to update + add_fingerprint(usr) + return TRUE if(1) to_chat(usr, "Invalid shuttle requested.") else