diff --git a/code/modules/vehicles/construction.dm b/code/modules/vehicles/construction.dm index 45174925c6e..20adccd5f0c 100644 --- a/code/modules/vehicles/construction.dm +++ b/code/modules/vehicles/construction.dm @@ -339,7 +339,7 @@ return if(5) - if(istype(W, /obj/item/stock_parts/motor)) + if(istype(W, /obj/item/weapon/stock_parts/motor)) user.drop_item() qdel(W) to_chat(user, "You add the motor to \the [src].")